Updated on 2026-08-14
This commit is contained in:
parent
3658f49240
commit
0ec0d79028
2 changed files with 3 additions and 3 deletions
|
|
@ -48,7 +48,7 @@ class UsedCardsPrefStorage(
|
|||
return findCardInfo(cardId)?.isActivationStarted ?: false
|
||||
}
|
||||
|
||||
fun activated(cardId: String) {
|
||||
fun activate(cardId: String) {
|
||||
val restoredList = restore()
|
||||
val foundItem = findCardInfo(cardId, restoredList)?.copy(isActivated = true)
|
||||
?: UsedCardInfo(cardId, isActivated = true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue