mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-29 23:26:25 +00:00
Hide send message area while doing a search in a conversation
This commit is contained in:
parent
de9a2318af
commit
be849e0c80
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@
|
||||||
android:id="@+id/send_area"
|
android:id="@+id/send_area"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:visibility="@{viewModel.isReadOnly || viewModel.isDisabledBecauseNotSecured ? View.GONE : View.VISIBLE}"
|
android:visibility="@{viewModel.isReadOnly || viewModel.isDisabledBecauseNotSecured || viewModel.searchBarVisible ? View.GONE : View.VISIBLE}"
|
||||||
layout="@layout/chat_conversation_send_area"
|
layout="@layout/chat_conversation_send_area"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
bind:openFilePickerClickListener="@{openFilePickerClickListener}"
|
bind:openFilePickerClickListener="@{openFilePickerClickListener}"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue