[app] Fixed a problem with marking pushed position as the current one

This commit is contained in:
Slava Monich 2020-10-26 02:08:30 +02:00
parent f29facea94
commit 85c1f819f3

View file

@ -317,7 +317,7 @@ SilicaFlickable {
function updateModel() {
hideViews()
stackModel.currentPage = bookViewWatcher.currentIndex
stackModel.currentPage = currentIndex
}
ListWatcher {