Android-Password-Store/app/src
Fabian Henneke 94b0b64501
Fix: Restore store scroll position on back press (#670)
Restoring the scroll position in the main store fragment is currently
broken since the stored state (recyclerView.verticalScrollbarPosition)
is always 0 - it is just an enum that governs where the scrollbar is
placed on the screen.

The fix is to remember the list position of the last fully visible item
and scroll to it when restoring the scroll position.

Co-authored-by: Harsh Shandilya <msfjarvis@gmail.com>
2020-03-27 10:02:31 +01:00
..
androidTest Update license headers (#625) 2020-01-30 01:00:20 +05:30
debug/res Redesign UI and introduce dark theme (#519) 2019-10-01 22:14:28 +05:30
main Fix: Restore store scroll position on back press (#670) 2020-03-27 10:02:31 +01:00