From 53ba950c8f5f49cc4d56cea976c1180333367946 Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Sun, 18 Nov 2018 07:55:34 +0200 Subject: Mobile: copy the dive data when configuring settings Signed-off-by: Miika Turkia --- mobile-widgets/qml/DiveList.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index 528716c4f..aecd2f003 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -234,6 +234,7 @@ Kirigami.ScrollablePage { } onPressAndHold: { globalDrawer.close() + manager.copyDiveData(dive.id) pageStack.push(settingsCopyWindow) } } -- cgit v1.2.3-70-g09d2