mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 14:21:29 +03:00
close msgbox if loading
This commit is contained in:
@@ -13,7 +13,10 @@ class MyTheme {
|
||||
static const Color border = Color(0xFFCCCCCC);
|
||||
}
|
||||
|
||||
void showLoading(String text) {
|
||||
void showLoading(String text, BuildContext context) {
|
||||
if (_hasDialog) {
|
||||
Navigator.pop(context);
|
||||
}
|
||||
dismissLoading();
|
||||
EasyLoading.show(status: text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user