From f4fac5bd903bd4902dba81ce16e517a4d5a63175 Mon Sep 17 00:00:00 2001 From: Alex Hart Date: Thu, 30 May 2024 16:06:54 -0300 Subject: [PATCH] Prevent reactions from being overlaid by raise hand. --- app/src/main/res/layout/webrtc_call_controls.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/webrtc_call_controls.xml b/app/src/main/res/layout/webrtc_call_controls.xml index d6b55eb81b..a2c6d93f6a 100644 --- a/app/src/main/res/layout/webrtc_call_controls.xml +++ b/app/src/main/res/layout/webrtc_call_controls.xml @@ -33,7 +33,7 @@ android:orientation="vertical" android:scrollbars="none" app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" - app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintBottom_toTopOf="@id/call_screen_raise_hand_view" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" @@ -87,10 +87,10 @@ + android:layout_height="wrap_content" + app:barrierDirection="top" + app:constraint_referenced_ids="call_screen_camera_direction_toggle,call_screen_pending_recipients,call_screen_raise_hand_view" />