mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Forgot to disable IMDN bottom sheet for incoming messages in groups
This commit is contained in:
parent
02e3427c4e
commit
8ca40c9931
1 changed files with 1 additions and 0 deletions
|
|
@ -236,6 +236,7 @@
|
|||
android:id="@+id/date_time"
|
||||
android:onClick="@{showDeliveryInfoClickListener}"
|
||||
android:onLongClick="@{onLongClickListener}"
|
||||
android:enabled="@{model.isFromGroup && !model.hideDeliveryStatus}"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@{model.time, default=`13:40`}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue