Skip to content

remove unneeded saved state handling in MainActivity

As discussed in !1008 (merged), the saved state handling in MainActivity is entirely redundant. The BottomNavigationView and the RecyclerView remember their state on their own.

You can test it by rotating the screen or restoring the activity from recents (after it has been killed, simulate with 'don't keep activities' in developer settings), the previously selected menu item is still selected.

Edited by Conny Duck

Merge request reports