fix(tabs): swipeBackEnabled works with tabs as expected

This commit is contained in:
Manu Mtz.-Almeida
2016-06-21 17:56:30 +02:00
committed by Adam Bradley
parent aea866a742
commit 2bff535e7b
6 changed files with 30 additions and 9 deletions

View File

@ -1783,6 +1783,13 @@ export class NavController extends Ion {
return this._views.length;
}
/**
* @private
*/
isSwipeBackEnabled(): boolean {
return this._sbEnabled;
}
/**
* Returns the root `NavController`.
* @returns {NavController}