Piwigo / Piwigo-Android

Piwigo Native Android App
GNU General Public License v3.0
140 stars 43 forks source link

Up-Navigation jumps/scrolls to start #223

Open ramack opened 4 years ago

ramack commented 4 years ago

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