From 85c1f819f3f6c4d7223a26ae506b07a67a05fa14 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Mon, 26 Oct 2020 02:08:30 +0200 Subject: [PATCH] [app] Fixed a problem with marking pushed position as the current one --- app/qml/BooksBookView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/qml/BooksBookView.qml b/app/qml/BooksBookView.qml index 05f54c6..c0cfe23 100644 --- a/app/qml/BooksBookView.qml +++ b/app/qml/BooksBookView.qml @@ -317,7 +317,7 @@ SilicaFlickable { function updateModel() { hideViews() - stackModel.currentPage = bookViewWatcher.currentIndex + stackModel.currentPage = currentIndex } ListWatcher {