mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-28 00:59:19 +00:00
Fixed attach file button visible while recording a voice message
This commit is contained in:
parent
674fa1f41b
commit
7c3bed7dd4
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="@{viewModel.isVoiceRecording ? View.INVISIBLE : View.VISIBLE}"
|
||||
app:constraint_referenced_ids="emoji_picker_toggle, message_area_background, message_to_send" />
|
||||
app:constraint_referenced_ids="attach_file, message_area_background, message_to_send" />
|
||||
|
||||
<androidx.constraintlayout.widget.Group
|
||||
android:id="@+id/extra_actions"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue