Fixed in-call bottom sheets not intercepting clicks

This commit is contained in:
Sylvain Berfini 2025-02-06 09:44:45 +01:00
parent 86b35354c3
commit dd7546484b
4 changed files with 8 additions and 0 deletions

View file

@ -16,6 +16,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/shape_call_bottom_sheet_background"
android:clickable="true"
android:focusable="true"
android:visibility="@{viewModel.fullScreenMode || viewModel.pipMode ? View.INVISIBLE : View.VISIBLE}"
app:behavior_hideable="true"
app:behavior_peekHeight="0dp"

View file

@ -12,6 +12,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:clickable="true"
android:focusable="true"
android:background="@drawable/shape_squircle_gray_600_top_call_background"
entries="@{devices}"
layout="@{@layout/call_audio_device_list_cell}">

View file

@ -23,6 +23,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:clickable="true"
android:focusable="true"
android:background="@drawable/shape_squircle_gray_600_top_call_background">
<com.google.android.material.radiobutton.MaterialRadioButton

View file

@ -16,6 +16,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/shape_call_bottom_sheet_background"
android:clickable="true"
android:focusable="true"
android:visibility="@{viewModel.fullScreenMode || viewModel.pipMode ? View.INVISIBLE : View.VISIBLE}"
app:behavior_hideable="true"
app:behavior_peekHeight="0dp"