fix fcm and update toast

This commit is contained in:
shaulascr
2025-08-22 01:08:25 +07:00
parent b6b701fa3b
commit 792e247eaa
26 changed files with 196 additions and 65 deletions

View File

@ -257,6 +257,15 @@
android:textSize="14sp"
android:layout_marginBottom="8dp" />
<TextView
android:id="@+id/tvEmptyPayment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="gone"
android:textSize="12sp"
android:text="Pilih alamat terlebih dahulu"
android:layout_marginBottom="8dp"/>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_payment_info"
android:layout_width="match_parent"