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
{{ message }}
This repository has been archived by the owner on Dec 23, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: