mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile: show selected dive on details view
Call positionViewAtIndex in order to make the selected dive visible. Signed-off-by: Murillo Bernardes <mfbernardes@gmail.com>
This commit is contained in:
parent
c9cb95ba99
commit
f4a9571da5
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ Kirigami.Page {
|
|||
|
||||
function showDiveIndex(index) {
|
||||
currentIndex = index;
|
||||
//diveDetailsListView.positionViewAtIndex(index, ListView.End);
|
||||
diveDetailsListView.positionViewAtIndex(index, ListView.End);
|
||||
}
|
||||
|
||||
function endEditMode() {
|
||||
|
|
Loading…
Add table
Reference in a new issue