mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-10 02:31:28 +03:00
Merge pull request #5121 from dignow/fix/android_mouse_mode
Fix/android mouse mode
This commit is contained in:
@@ -1350,7 +1350,7 @@ class LastWindowPosition {
|
||||
return LastWindowPosition(m["width"], m["height"], m["offsetWidth"],
|
||||
m["offsetHeight"], m["isMaximized"]);
|
||||
} catch (e) {
|
||||
debugPrintStack(label: e.toString());
|
||||
debugPrintStack(label: 'Failed to load LastWindowPosition "$content" ${e.toString()}');
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user