Fixed separator being visible upon rotation

This commit is contained in:
Sylvain Berfini 2023-02-13 10:56:02 +01:00
parent c88f206fd1
commit 208e50c48c

View file

@ -159,7 +159,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:visibility="@{chatSendingViewModel.isReadOnly ? View.GONE : View.VISIBLE}"
app:constraint_referenced_ids="voice_recording_separator, attached_files, attach_file, voice_record, message, send_message" />
app:constraint_referenced_ids="attached_files, attach_file, voice_record, message, send_message" />
<ViewStub
android:id="@+id/stubbed_message_to_reply_to"