diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index a34aa22f4..31c4d14b7 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -512,6 +512,12 @@ if you have network connectivity and want to sync your data to cloud storage."), visible: false } + MapPage { + id: mapPage + visible: false + anchors.fill: parent + } + ThemeTest { id: themetest visible: false