summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-rw-r--r--mobile-widgets/qml/main.qml10
1 files changed, 4 insertions, 6 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index 31c4d14b7..746c419f1 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -67,12 +67,10 @@ Kirigami.ApplicationWindow {
diveList.scrollToTop()
}
- function showMap(location) {
- var urlPrefix = "https://www.google.com/maps/place/"
- var locationPair = location + "/@" + location
- var urlSuffix = ",5000m/data=!3m1!1e3!4m2!3m1!1s0x0:0x0"
- Qt.openUrlExternally(urlPrefix + locationPair + urlSuffix)
-
+ function showMap() {
+ globalDrawer.close()
+ returnTopPage()
+ stackView.push(mapPage)
}
function startAddDive() {