Skip to content

Commit

Permalink
fix(nav): fixes #9558 (#9767)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgw96 authored and brandyscarney committed Jan 13, 2017
1 parent 421b7da commit eaa6248
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 @@ -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());
Expand Down

0 comments on commit eaa6248

Please sign in to comment.