Closed chetbox closed 8 years ago
Currently you have to do something like this
run_on_ui_thread(function() { view({type: 'ViewPager'}).setCurrentItem(1); });
And it's not easy to select a tab by the visible name.
Fixed by #252
Currently you have to do something like this
And it's not easy to select a tab by the visible name.