fix address book state

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-06-21 18:28:52 +08:00
parent eb686e2728
commit 321f193f4d
4 changed files with 30 additions and 43 deletions

View File

@@ -526,9 +526,7 @@ Future<bool?> loginDialog() async {
});
if (res != null) {
// update ab and group status
await gFFI.abModel.pullAb();
await gFFI.groupModel.pull();
await UserModel.updateOtherModels();
}
return res;