Updated on 2026-08-14
This commit is contained in:
parent
a2bbab30ad
commit
72f108b2f9
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class UsedCardsPrefStorage(
|
|||
}
|
||||
|
||||
fun activationIsStarted(cardId: String): Boolean {
|
||||
return findCardInfo(cardId)?.isActivationStarted ?: true
|
||||
return findCardInfo(cardId)?.isActivationStarted ?: false
|
||||
}
|
||||
|
||||
fun activationFinished(cardId: String) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue