Fix in-chat payment view not updating properly.

This commit is contained in:
Cody Henthorne
2022-11-30 19:58:47 -05:00
committed by GitHub
parent 7945b3c971
commit e8f39e8f71
10 changed files with 89 additions and 44 deletions

View File

@@ -36,6 +36,12 @@
app:autoSizeTextType="uniform"
app:money="MOB:275000000000000" />
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/payment_inprogress"
android:layout_width="20dp"
android:layout_height="20dp"
android:layout_gravity="center" />
</FrameLayout>
<org.thoughtcrime.securesms.components.emoji.EmojiTextView