From e4d39880fd347630798712910b572222d67298b7 Mon Sep 17 00:00:00 2001 From: Onuray Sahin Date: Tue, 28 Sep 2021 20:43:54 +0300 Subject: [PATCH] Fix crash to render failed message warning stub. --- changelog.d/3833.bugfix | 1 + vector/src/main/res/layout/fragment_room_detail.xml | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 changelog.d/3833.bugfix diff --git a/changelog.d/3833.bugfix b/changelog.d/3833.bugfix new file mode 100644 index 0000000000..f5378aef6f --- /dev/null +++ b/changelog.d/3833.bugfix @@ -0,0 +1 @@ +[Bug|Crash] Voice Messages sending need more robustfully \ No newline at end of file diff --git a/vector/src/main/res/layout/fragment_room_detail.xml b/vector/src/main/res/layout/fragment_room_detail.xml index 66dbbd2840..8a77575e52 100644 --- a/vector/src/main/res/layout/fragment_room_detail.xml +++ b/vector/src/main/res/layout/fragment_room_detail.xml @@ -98,7 +98,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" app:barrierDirection="top" - app:constraint_referenced_ids="composerLayout,notificationAreaView,failedMessagesWarningView" /> + app:constraint_referenced_ids="composerLayout,notificationAreaView,failedMessagesWarningStub" />