Read receipts : start to query them when item become visible... not sure it's the right way to do.

This commit is contained in:
ganfra
2019-02-01 14:30:28 +01:00
parent 8d13f08574
commit 4048658c56
6 changed files with 31 additions and 18 deletions

View File

@ -60,13 +60,4 @@
app:layout_constraintTop_toBottomOf="@+id/messageMemberNameView"
tools:text="Alright finished work, heading there in about 20 mins…Ping me when youre outside" />
<include
android:id="@+id/messageReadReceipts"
layout="@layout/item_timeline_read_receipts"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/messageTextView"/>
</androidx.constraintlayout.widget.ConstraintLayout>