FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(tab-view): remove onBackPressed override (#6755) · NativeScript/NativeScript@984f162 · GitHub

Commit 984f162

Browse files
authored
fix(tab-view): remove onBackPressed override (#6755)
1 parent 1ae0cfd commit 984f162

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

‎tns-core-modules/ui/tab-view/tab-view.android.ts‎

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -545,15 +545,6 @@ export class TabView extends TabViewBase {
545545
super.disposeNativeView();
546546
}
547547

548-
public onBackPressed(): boolean {
549-
const currentView = this._selectedView;
550-
if (currentView) {
551-
return currentView.onBackPressed();
552-
}
553-
554-
return false;
555-
}
556-
557548
public _onRootViewReset(): void {
558549
super._onRootViewReset();
559550

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL