From 0deb4d5c1199aaf9fafcf0412e8e1f8dc84f773c Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 7 Sep 2023 11:12:17 +0200 Subject: [PATCH] Fixed scrolling issue in reactions bottom sheet --- .../res/layout/chat_message_reactions_list_dialog.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/chat_message_reactions_list_dialog.xml b/app/src/main/res/layout/chat_message_reactions_list_dialog.xml index 2fbe10ed6..bfe522776 100644 --- a/app/src/main/res/layout/chat_message_reactions_list_dialog.xml +++ b/app/src/main/res/layout/chat_message_reactions_list_dialog.xml @@ -25,6 +25,10 @@ - @@ -49,7 +53,7 @@ entries="@{data.filteredReactions}" layout="@{@layout/chat_message_reactions_list_cell}" /> - +