Android "Back" button handling

This commit is contained in:
Thomas Perl 2014-11-22 12:40:48 +01:00
parent cadcd5ddcf
commit 5b256bbeec
4 changed files with 18 additions and 4 deletions

View file

@ -48,6 +48,7 @@ Item {
function startFadeOut() {
fadeOut.start();
pgst.topOfStackChanged(-1);
page.destroy(500);
}