Can't set active item of BottomNavigationView while recreating app: the last selected item is active after recreating app, so BottomNavigationView.setSelectedItemId(R.id.item0)
takes no visual effect, but onNavigationItemSelected
was called succeessfully.
So how can I prevent restoring previous active item of BNV? Thanks.