mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +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