mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00

committed by
Brandy Carney

parent
421b7da676
commit
eaa62484d7
@ -975,7 +975,7 @@ export class NavControllerBase extends Ion implements NavController {
|
||||
canSwipeBack(): boolean {
|
||||
return (this._sbEnabled &&
|
||||
!this._isPortal &&
|
||||
!this._children.length &&
|
||||
this._children.length <= 1 &&
|
||||
!this.isTransitioning() &&
|
||||
this._app.isEnabled() &&
|
||||
this.canGoBack());
|
||||
|
Reference in New Issue
Block a user