diff options
-rw-r--r-- | mobile-widgets/qml/main.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 150c6d1ed..c44143fe1 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -589,6 +589,7 @@ if you have network connectivity and want to sync your data to cloud storage."), } else if (rootItem.lastOrientation !== undefined && rootItem.lastOrientation != Screen.primaryOrientation) { console.log("Screen rotated, no action necessary") rootItem.lastOrientation = Screen.primaryOrientation + setupUnits() } else { console.log("size change without rotation to " + width + " x " + height) if (width > subsurfaceTheme.initialWidth) { |