mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Forgot to disable IMDN bottom sheet for incoming messages in groups
This commit is contained in:
parent
73237ee335
commit
a496e2bf56
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