fix(nav): fixes #9558 (#9767)

This commit is contained in:
Justin Willis
2017-01-13 13:24:21 -06:00
committed by Brandy Carney
parent 421b7da676
commit eaa62484d7

View File

@ -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());