diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2018-11-18 07:42:15 +0200 |
---|---|---|
committer | mturkia <miika.turkia@gmail.com> | 2018-12-21 09:13:37 +0200 |
commit | 8e7a9a4f4cdd4daba1fc1f45a38707b93dfb369d (patch) | |
tree | 5b4cd6b991a3c2eddff24ade9babe46035d8ee79 /mobile-widgets/qml/DiveList.qml | |
parent | de813c27ce402a099f2b035235a7a27da06f649e (diff) | |
download | subsurface-8e7a9a4f4cdd4daba1fc1f45a38707b93dfb369d.tar.gz |
Mobile: UI for selecting what to copy-paste
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Diffstat (limited to 'mobile-widgets/qml/DiveList.qml')
-rw-r--r-- | mobile-widgets/qml/DiveList.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index 3d29a1ec4..528716c4f 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -232,6 +232,10 @@ Kirigami.ScrollablePage { timer.stop() manager.copyDiveData(dive.id) } + onPressAndHold: { + globalDrawer.close() + pageStack.push(settingsCopyWindow) + } } } Rectangle { |