Add a function that minimizes the Android app (#692)
Add a function that minimizes the Android app
This commit is contained in:
parent
db8d966fac
commit
c6e6f2ae84
7 changed files with 25 additions and 0 deletions
|
@ -24,6 +24,7 @@ PageType {
|
|||
|
||||
function onClosePage() {
|
||||
if (stackView.depth <= 1) {
|
||||
PageController.hideWindow()
|
||||
return
|
||||
}
|
||||
stackView.pop()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue