diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-12-21 20:17:05 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-10 09:25:57 -0700 |
commit | d55ea8f8750a7952d4e9e003bef57decc513d2d4 (patch) | |
tree | 0ea1fa5c472e184f172b6d9abc19d958c67653cc /mobile-widgets/qml/DiveList.qml | |
parent | c34b7857fcc03d2ede0d40063b49a36e1ad7d9dd (diff) | |
download | subsurface-d55ea8f8750a7952d4e9e003bef57decc513d2d4.tar.gz |
mobile/divelist: remove showDiveIndex QML-function
The currently shown dive is now controlled by the core.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/DiveList.qml')
-rw-r--r-- | mobile-widgets/qml/DiveList.qml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index 94289c6b7..a20a84f20 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -420,9 +420,6 @@ Kirigami.ScrollablePage { if (diveListModel) diveListModel.setActiveTrip(diveListView.currentItem.myData.tripId) - // update the diveDetails page to also show that dive - detailsWindow.showDiveIndex(idx) - // updating the index of the ListView triggers a non-linear scroll // animation that can be very slow. the fix is to stop this animation // by setting contentY to itself and then using positionViewAtIndex(). |