Merchant: fix leaving the page

This commit is contained in:
xiphon
2019-11-01 01:52:15 +00:00
parent cdad85c0ef
commit 5df14abed2
2 changed files with 1 additions and 6 deletions

View File

@@ -33,8 +33,6 @@ Item {
property var hiddenAmounts: []
function onPageCompleted() {
appWindow.hideMenu();
// prepare tracking
trackingCheckbox.checked = root.enableTracking
root.update();
@@ -56,8 +54,6 @@ Item {
timer.running = false
root.enableTracking = false
trackingModel.clear()
appWindow.showMenu();
}
Image {