rename activites to recent transfers and transfer history to transaction history
Auto Tag on Version Change / check-version (push) Successful in 4s

This commit is contained in:
2026-05-19 20:16:29 +05:00
parent 728c7d2aa3
commit 25484addfb
7 changed files with 9 additions and 9 deletions
@@ -6,7 +6,7 @@ import org.json.JSONObject
import sh.sar.basedbank.ui.home.TransferReceiptData
import java.io.File
/** Persistent (non-cache) store for completed transfer receipts shown in Activities. */
/** Persistent (non-cache) store for completed transfer receipts shown in Recent Transfers. */
object ReceiptStore {
private const val FILE_NAME = "activities.json"