mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
@@ -231,7 +231,7 @@ class GroupModel {
|
||||
}
|
||||
}
|
||||
|
||||
loadCache() async {
|
||||
Future<void> loadCache() async {
|
||||
try {
|
||||
if (_cacheLoadOnceFlag || groupLoading.value || initialized) return;
|
||||
_cacheLoadOnceFlag = true;
|
||||
|
||||
Reference in New Issue
Block a user