Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-22 12:58:14 +08:00
parent 4e5c4169fa
commit a4a866d3f5
3 changed files with 12 additions and 4 deletions

View File

@@ -213,8 +213,11 @@ class MemberVideoCtr
}
}
bool reload = false;
@override
Future<void> onReload() {
reload = true;
isLocating.value = null;
return super.onReload();
}