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" />