use ab cache init show and show custom loading when ab not emtpy

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-08-11 15:27:50 +08:00
parent ea12eccc90
commit bea88f31e0
6 changed files with 160 additions and 17 deletions

View File

@@ -987,7 +987,7 @@ class AddressBookPeerCard extends BasePeerCard {
@protected
@override
void _update() => gFFI.abModel.pullAb();
void _update() => gFFI.abModel.pullAb(quiet: true);
@protected
MenuEntryBase<String> _editTagAction(String id) {