Skip to content

Commit dc5e64b

Browse files
committed
fix(tabs,android): fix for wrong first position of the tabsbar
This was not “graphical” as the correct one was showing selected, but taps were not working
1 parent d80f208 commit dc5e64b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tabs/index.android.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ export class Tabs extends TabNavigation<TabsBar> {
8080
if (primaryColor) {
8181
tabsBar.setBackgroundColor(primaryColor);
8282
}
83+
tabsBar.setSelectedPosition(this.selectedIndex);
8384
return tabsBar;
8485
}
8586

0 commit comments

Comments
 (0)