Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Version used:1.0.0-alpha02
Devices/Android versions reproduced on:
The issue is that as far as i can see the Navigation api does not allow for reuse of fragments in combination with BottomNavigationView. Meaning that each time another item is selected the fragment associated with it is recreated instead of reused if the user has been on that item before. This might be preferred in some cases but it adds a lot of unnecessary overhead and doesn't allow for state saving. If the user scrolled quite a bit in a fragment, and switches to another to check something, he would want to return to the initial fragment in the same state as he left it