| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -545,15 +545,6 @@ export class TabView extends TabViewBase { | |||
| 545 | 545 | super.disposeNativeView(); | |
| 546 | 546 | } | |
| 547 | 547 | ||
| 548 | - public onBackPressed(): boolean { | ||
| 549 | - const currentView = this._selectedView; | ||
| 550 | - if (currentView) { | ||
| 551 | - return currentView.onBackPressed(); | ||
| 552 | - } | ||
| 553 | - | ||
| 554 | - return false; | ||
| 555 | - } | ||
| 556 | - | ||
| 557 | 548 | public _onRootViewReset(): void { | |
| 558 | 549 | super._onRootViewReset(); | |
| 559 | 550 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments