Fix unable to focus toolbar in server selection screen
(cherry picked from commit eb8d7f8392)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user