mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Keep pick file button instead of emoji picker in conversation while the keyboard is opened
This commit is contained in:
parent
2104d79e1c
commit
5889389866
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="@{viewModel.isVoiceRecording ? View.INVISIBLE : (viewModel.isKeyboardOpen || viewModel.isInCallConversation || !viewModel.isFileTransferServerAvailable) ? View.GONE : View.VISIBLE}"
|
||||
app:constraint_referenced_ids="attach_file, capture_image" />
|
||||
app:constraint_referenced_ids="emoji_picker_toggle, capture_image" />
|
||||
|
||||
<include
|
||||
android:id="@+id/reply_area"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue