touch: Prevent multiple page pushes at the same time
This commit is contained in:
parent
7165800c73
commit
7f620cb505
3 changed files with 20 additions and 4 deletions
|
@ -31,6 +31,10 @@ Item {
|
|||
to: 0
|
||||
duration: 500
|
||||
easing.type: Easing.OutCubic
|
||||
|
||||
onStopped: {
|
||||
pgst.loadPageInProgress = false;
|
||||
}
|
||||
}
|
||||
|
||||
PropertyAnimation {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue