| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -90,6 +90,10 @@ class UITabBarControllerDelegateImpl extends NSObject implements UITabBarControl | |||
| 90 | 90 | owner._handleTwoNavigationBars(backToMoreWillBeVisible); | |
| 91 | 91 | } | |
| 92 | 92 | ||
| 93 | + if ((<any>tabBarController).selectedViewController === viewController) { | ||
| 94 | + return false; | ||
| 95 | + } | ||
| 96 | + | ||
| 93 | 97 | (<any>tabBarController)._willSelectViewController = viewController; | |
| 94 | 98 | ||
| 95 | 99 | return true; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments