Updated on 2026-08-14
This commit is contained in:
parent
353c7a2397
commit
7e765758b4
9 changed files with 268 additions and 18 deletions
|
|
@ -68,6 +68,10 @@ class UsedCardsPrefStorage internal constructor(
|
|||
return cardInfo.isActivationStarted && !cardInfo.isActivationFinished
|
||||
}
|
||||
|
||||
fun hadFinishedActivation(): Boolean {
|
||||
return restore().any { it.isActivationFinished }
|
||||
}
|
||||
|
||||
private fun findCardInfo(
|
||||
cardId: String,
|
||||
list: MutableList<DataSourceUsedCardInfo>? = null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue