touch: Prevent multiple page pushes at the same time

This commit is contained in:
Thomas Perl 2014-02-04 22:56:59 +01:00
parent 7165800c73
commit 7f620cb505
3 changed files with 20 additions and 4 deletions

View file

@ -31,6 +31,10 @@ Item {
to: 0
duration: 500
easing.type: Easing.OutCubic
onStopped: {
pgst.loadPageInProgress = false;
}
}
PropertyAnimation {