do not allow clicking through the All Apps fragment

This commit is contained in:
tibbi 2022-10-01 22:28:46 +02:00
parent ad25e0bc2a
commit d88d165e2f
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
android:id="@+id/all_apps_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/all_apps_background">
android:background="@drawable/all_apps_background"
android:clickable="true">
<com.qtalk.recyclerviewfastscroller.RecyclerViewFastScroller
android:id="@+id/all_apps_fastscroller"