summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mobile-widgets/qml/DiveList.qml1
1 files changed, 1 insertions, 0 deletions
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)
}
}