do not allow clicking through the all apps background

This commit is contained in:
tibbi 2022-09-16 20:01:37 +02:00
parent 9e35e343cd
commit 7ca977349b
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"