always permit to pop
This commit is contained in:
parent
6ac2f22df8
commit
0e9c604043
@ -148,9 +148,6 @@ Item {
|
|||||||
// Returns the page instance that was popped off the stack.
|
// Returns the page instance that was popped off the stack.
|
||||||
function pop(page, immediate)
|
function pop(page, immediate)
|
||||||
{
|
{
|
||||||
if (busy) {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
return Engine.pop(page, immediate);
|
return Engine.pop(page, immediate);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user