[app] Fixed a problem with marking pushed position as the current one
This commit is contained in:
parent
f29facea94
commit
85c1f819f3
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ SilicaFlickable {
|
|||
|
||||
function updateModel() {
|
||||
hideViews()
|
||||
stackModel.currentPage = bookViewWatcher.currentIndex
|
||||
stackModel.currentPage = currentIndex
|
||||
}
|
||||
|
||||
ListWatcher {
|
||||
|
|
Loading…
Reference in a new issue