AdaptableBottomNavigation icon indicating copy to clipboard operation
AdaptableBottomNavigation copied to clipboard

Set initially selected item index/id in BottomNavigationView

Open QiiqeAzuara opened this issue 8 years ago • 0 comments

since Android Support Library v25.3.0 new method was added: bottomNavigationView.setSelectedItemId(R.id.item_id);

In ViewSwapper exist an method: public void showItemAt(int position) {}

both return NullPointerException :( Log: Caused by: java.lang.NullPointerException: Attempt to read from field 'int android.support.v4.app.Fragment.mIndex' on a null object reference

QiiqeAzuara avatar Dec 21 '17 22:12 QiiqeAzuara