peer ab/group tab refresh, animated refresh icon

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-06-21 11:51:35 +08:00
parent ec9062f505
commit 0bda66dd7f
5 changed files with 81 additions and 27 deletions

View File

@ -103,6 +103,7 @@ class GroupModel {
} finally {
groupLoading.value = false;
gFFI.peerTabModel.check_dynamic_tabs();
_pullUserPeers();
}
}
@ -134,7 +135,7 @@ class GroupModel {
return false;
}
Future<void> pullUserPeers() async {
Future<void> _pullUserPeers() async {
peersShow.clear();
peerLoading.value = true;
peerLoadError.value = "";