mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed separator being visible upon rotation
This commit is contained in:
parent
c88f206fd1
commit
208e50c48c
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue