We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7486ba commit 043cbf3Copy full SHA for 043cbf3
1 file changed
tns-core-modules/ui/tab-view/tab-view.ios.ts
@@ -90,6 +90,10 @@ class UITabBarControllerDelegateImpl extends NSObject implements UITabBarControl
90
owner._handleTwoNavigationBars(backToMoreWillBeVisible);
91
}
92
93
+ if ((<any>tabBarController).selectedViewController === viewController) {
94
+ return false;
95
+ }
96
+
97
(<any>tabBarController)._willSelectViewController = viewController;
98
99
return true;
0 commit comments