Describe the bug and how to reproduce
Navigation to the parent album (using back button) or device rotation always shows the parent album at its start.
Expected behavior
Back / Up navigation shall return to the location where we have been before entering an album. I. e. the thumbnail of the album we just left shall be visible instead of the first album in the parent.
Potential fix
We should "store" the current position of the RecyclerView in AlbumFragment.onPause into the ViewModel and scroll to that position in onResume
Describe the bug and how to reproduce
Navigation to the parent album (using back button) or device rotation always shows the parent album at its start.
Expected behavior
Back / Up navigation shall return to the location where we have been before entering an album. I. e. the thumbnail of the album we just left shall be visible instead of the first album in the parent.
Potential fix
We should "store" the current position of the RecyclerView in AlbumFragment.onPause into the ViewModel and scroll to that position in onResume