do not allow dragging the side fastscroller yet

This commit is contained in:
tibbi 2022-08-24 23:51:23 +02:00
parent f6f81212db
commit ef1815ee60
2 changed files with 3 additions and 2 deletions

View File

@ -43,5 +43,5 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:01841778a4'
implementation 'com.github.SimpleMobileTools:Simple-Commons:813abeed27'
}

View File

@ -9,7 +9,8 @@
<com.qtalk.recyclerviewfastscroller.RecyclerViewFastScroller
android:id="@+id/all_apps_fastscroller"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
app:fastScrollEnabled="false">
<com.simplemobiletools.commons.views.MyRecyclerView
android:id="@+id/all_apps_grid"