Skip to content

Commit

Permalink
Update the view after editing
Browse files Browse the repository at this point in the history
Fixes and closes #64
  • Loading branch information
olpeh committed Feb 3, 2018
1 parent 600ca3e commit 393e0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/pages/All.qml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Page {
}

onStatusChanged: {
if (all.status === PageStatus.Active && listView.count == 0) {
if (all.status === PageStatus.Active) {
updateView()
}
}
Expand Down

0 comments on commit 393e0f8

Please sign in to comment.