judge attribute when parse ab json

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2022-11-30 11:13:02 +08:00
parent 5a7f610b59
commit 9788f3684f
3 changed files with 16 additions and 10 deletions

View File

@@ -90,7 +90,7 @@ class _AddressBookState extends State<AddressBook> {
Text(translate(error)),
TextButton(
onPressed: () {
setState(() {});
gFFI.abModel.pullAb();
},
child: Text(translate("Retry")))
],