* correct behavior of back button on Android
* removing of annoying debug logs on Android
This commit is contained in:
parent
fe7c66cf1d
commit
20846c8eff
4 changed files with 15 additions and 15 deletions
|
@ -61,8 +61,12 @@ Window {
|
|||
|
||||
function close_page() {
|
||||
if (pageLoader.depth <= 1) {
|
||||
if (GC.isMobile()) {
|
||||
root.close()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
pageLoader.currentItem.deactivated()
|
||||
pageLoader.pop()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue