mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
peer ab/group tab refresh, animated refresh icon
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -37,7 +37,7 @@ class _MyGroupState extends State<MyGroup> {
|
||||
});
|
||||
|
||||
Future<Widget> buildBody(BuildContext context) async {
|
||||
gFFI.groupModel.pullUserPeers();
|
||||
gFFI.groupModel.pull();
|
||||
return Obx(() {
|
||||
if (gFFI.groupModel.groupLoading.value ||
|
||||
gFFI.groupModel.peerLoading.value) {
|
||||
|
||||
Reference in New Issue
Block a user