Updated on 2026-08-14

This commit is contained in:
Tangem 2025-03-20 20:38:05 +05:00
parent 74fa237c0d
commit 3b269e6f6a
13 changed files with 158 additions and 11 deletions

View file

@ -26,6 +26,7 @@ import java.math.BigDecimal
/**
[REDACTED_AUTHOR]
*/
@Deprecated("Remove when navigation refactoring will be implemented")
class OnboardingManager(var scanResponse: ScanResponse) {
private val cardRepository: CardRepository by lazy { store.inject(DaggerGraphState::cardRepository) }