Updated on 2026-08-14
This commit is contained in:
parent
0725a039b4
commit
f3d8685776
9 changed files with 149 additions and 42 deletions
|
|
@ -44,6 +44,10 @@ class UsedCardsPrefStorage(
|
|||
save(foundItem, restoredList)
|
||||
}
|
||||
|
||||
fun isActivationFinished(cardId: String): Boolean {
|
||||
return !(findCardInfo(cardId)?.isActivationStarted ?: true)
|
||||
}
|
||||
|
||||
fun activationIsStarted(cardId: String): Boolean {
|
||||
return findCardInfo(cardId)?.isActivationStarted ?: false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue