Skip to content

Commit

Permalink
fix(nav): fixes #9558
Browse files Browse the repository at this point in the history
  • Loading branch information
jgw96 committed Dec 22, 2016
1 parent 95072c8 commit 48f438c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/navigation/nav-controller-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,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());
Expand Down

0 comments on commit 48f438c

Please sign in to comment.