You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to call a fragment onTabselect. there is no error but the fragment doesnt load. BottomBar bottomBar = (BottomBar) findViewById(R.id.bottomBar);
bottomBar.setOnTabSelectListener(new OnTabSelectListener() { @OverRide
public void onTabSelected(@idres int tabId) {
if (tabId == R.id.tab_friends) {
Fragment selectedFragment = ItemOneFragment.newInstance();
I am not able to call a fragment onTabselect. there is no error but the fragment doesnt load. BottomBar bottomBar = (BottomBar) findViewById(R.id.bottomBar);
bottomBar.setOnTabSelectListener(new OnTabSelectListener() {
@OverRide
public void onTabSelected(@idres int tabId) {
if (tabId == R.id.tab_friends) {
Fragment selectedFragment = ItemOneFragment.newInstance();
The text was updated successfully, but these errors were encountered: