Skip to content

Commit 38eab69

Browse files
vchimevADjenkov
authored andcommitted
fix(ios-tabs): a crash on swiping a content item
Fixes #7459.
1 parent 54b03de commit 38eab69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tns-core-modules/ui/tabs/tabs.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,4 +1059,4 @@ export class Tabs extends TabsBase {
10591059
// function applyStatesToItem(item: UITabBarItem, states: TabStates) {
10601060
// item.setTitleTextAttributesForState(states.normalState, UIControlState.Normal);
10611061
// item.setTitleTextAttributesForState(states.selectedState, UIControlState.Selected);
1062-
// }
1062+
// }

0 commit comments

Comments
 (0)