update readme

This commit is contained in:
Junyuan Feng
2022-05-25 13:51:37 +08:00
parent 9cbd29d3c1
commit 3ed476275f
21 changed files with 51 additions and 28 deletions

View File

@@ -87,7 +87,10 @@ class _AptManagePageState extends State<AptManagePage>
),
[
TextButton(
onPressed: () => Navigator.of(context).pop(),
onPressed: () {
Navigator.of(context).pop();
Navigator.of(context).pop();
},
child: Text(s.cancel)),
TextButton(
onPressed: () => onSubmitted(),