diff options
author | Fabian Henneke <FabianHenneke@users.noreply.github.com> | 2020-04-29 08:53:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-29 08:53:27 +0200 |
commit | c41100eff984a3e05f6c51e004c8b69975425db7 (patch) | |
tree | 4c281c5e653dcb5aa6dcb2b503f15045f04dd788 /app/src/main/res/layout | |
parent | edc6dcda88a46cb3cd963d89145f48fb1ef0a189 (diff) |
Use official FastScroll fix and refactor PasswordFragment (#753)
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/password_recycler_view.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/password_recycler_view.xml b/app/src/main/res/layout/password_recycler_view.xml index ca2b6550..05707f04 100644 --- a/app/src/main/res/layout/password_recycler_view.xml +++ b/app/src/main/res/layout/password_recycler_view.xml @@ -15,7 +15,7 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - <androidx.recyclerview.widget.FixOnItemTouchDispatchRecyclerView + <me.zhanghai.android.fastscroll.FixOnItemTouchListenerRecyclerView android:id="@+id/pass_recycler" android:layout_width="match_parent" android:layout_height="match_parent" |