diff --git a/tns-core-modules/ui/tab-view/tab-view.android.ts b/tns-core-modules/ui/tab-view/tab-view.android.ts index 6c2302e63..fb214f74e 100644 --- a/tns-core-modules/ui/tab-view/tab-view.android.ts +++ b/tns-core-modules/ui/tab-view/tab-view.android.ts @@ -545,15 +545,6 @@ export class TabView extends TabViewBase { super.disposeNativeView(); } - public onBackPressed(): boolean { - const currentView = this._selectedView; - if (currentView) { - return currentView.onBackPressed(); - } - - return false; - } - public _onRootViewReset(): void { super._onRootViewReset();