mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 11:35:56 +00:00
Revert "not accept dialog show when desktop page dispose"
This commit is contained in:
@@ -220,7 +220,7 @@ class _RemotePageState extends State<RemotePage>
|
||||
_rawKeyFocusNode.dispose();
|
||||
_ffi.close();
|
||||
_timer?.cancel();
|
||||
_ffi.dialogManager.dismissAll(stop: true);
|
||||
_ffi.dialogManager.dismissAll();
|
||||
SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual,
|
||||
overlays: SystemUiOverlay.values);
|
||||
if (!Platform.isLinux) {
|
||||
|
||||
Reference in New Issue
Block a user