Updated on 2026-08-14

This commit is contained in:
Tangem 2022-11-15 16:45:21 +05:00
parent c1e167fe71
commit 93c85e4ce9
5 changed files with 9 additions and 6 deletions

View file

@ -47,7 +47,7 @@ sealed class GlobalAction : Action {
* For SaltPay cards unfinished backup resumed after scanning the card on HomeScreen through Onboarding.Start.
* See more Onboarding.Start, CheckForUnfinishedBackup
*/
object StartForUnfinishedBackup : Onboarding()
data class StartForUnfinishedBackup(val addedBackupCardsCount: Int) : Onboarding()
object Stop : Onboarding()
}