try fix android mouse mode

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow
2023-07-25 15:32:42 +08:00
parent 072338afae
commit 20cdb87e28
2 changed files with 15 additions and 4 deletions

View File

@@ -1337,7 +1337,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;
}
}