Crash @ selectTabAt
a2zZuhaib opened this issue · 1 comments
a2zZuhaib commented
WormTabStrip.selectTabAt(index: 1)
Crash if try to set index 1 as default from [vc1,vc2]
EzimetYusup commented
@a2zZuhaib just tested out, not crashing for me, make sure use
viewPager.currentTabIndex = 3
before calling
viewPager.buildUI()
to set default index, use selectTabAt after
viewPager.buildUI()