Fix unable to focus toolbar in server selection screen

(cherry picked from commit eb8d7f8392)
This commit is contained in:
Niels van Velzen
2025-01-03 21:53:56 +01:00
parent 920ddccc80
commit af782baf86

View File

@@ -70,7 +70,9 @@
<androidx.compose.ui.platform.ComposeView
android:id="@+id/notifications"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:descendantFocusability="blocksDescendants"
android:focusable="false" />
<LinearLayout
android:layout_width="match_parent"