isax5 / Hymnal-Xamarin

New version of the adventist hymnal multi-platform and multi-language
18 stars 7 forks source link

Fix java.lang.IllegalArgumentException: Wrong state class, expecting View State but received class com.google.android.material.bottomnavigation.BottomNavigationView$SavedState instead. This usually happens when two views of different type have the same id in the same hierarchy. This view's id is id/0x17F. Make sure other views do not use the same id. in androidx.viewpager.widget.ViewPager.onRestoreInstanceState #189

Open isax5 opened 2 years ago

isax5 commented 2 years ago

Version 4.2.3(1631893933)

Stacktrace

androidx.viewpager.widget.ViewPager.onRestoreInstanceState;

Reason

java.lang.IllegalArgumentException: Wrong state class, expecting View State but received class com.google.android.material.bottomnavigation.BottomNavigationView$SavedState instead. This usually happens when two views of different type have the same id in the same hierarchy. This view's id is id/0x17F. Make sure other views do not use the same id.

Link to App Center