summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorFabian Henneke <FabianHenneke@users.noreply.github.com>2020-04-19 10:40:49 +0200
committerGitHub <noreply@github.com>2020-04-19 10:40:49 +0200
commite5d178ea3ca29367593bfc92e8f95e17dcaba459 (patch)
treeb08c2c7d4d12a492eb5197cc707cbf4a5387ce71 /app/src/main/res
parent934c256edded0ecd5229a39d2581a0f1709fc075 (diff)
Work around incompatibility between AndroidFastScroll and recyclerview-selection (#721)
* Work around incompatibility between AndroidFastScroll and recyclerview-selection * move hacked recyclerview into separate package Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * Make RecyclerViewHelper private static Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/password_recycler_view.xml2
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 5368d593..8348bea2 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.RecyclerView
+ <androidx.recyclerview.widget.FixOnItemTouchDispatchRecyclerView
android:id="@+id/pass_recycler"
android:layout_width="match_parent"
android:layout_height="match_parent"