Android-Password-Store/app
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
..
src Fix: Restore store scroll position on back press (#670) 2020-03-27 10:02:31 +01:00
.gitignore initial commit 2014-07-24 01:15:11 +01:00
build.gradle Add support for Oreo Autofill (#653) 2020-03-24 14:03:40 +01:00
proguard-rules.pro Update proguard configuration (#605) 2020-01-01 18:52:38 +05:30