mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
Revert "not accept dialog show when desktop page dispose"
This commit is contained in:
@@ -70,7 +70,7 @@ class _PortForwardPageState extends State<PortForwardPage>
|
||||
@override
|
||||
void dispose() {
|
||||
_ffi.close();
|
||||
_ffi.dialogManager.dismissAll(stop: true);
|
||||
_ffi.dialogManager.dismissAll();
|
||||
if (!Platform.isLinux) {
|
||||
Wakelock.disable();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user