Updated on 2026-08-14

This commit is contained in:
Tangem 2024-07-17 17:49:15 +04:00
parent 21ef61585b
commit 154de76c6d
37 changed files with 695 additions and 989 deletions

View file

@ -30,7 +30,7 @@ internal class WelcomeViewModel @Inject constructor(
DefaultLifecycleObserver {
private val initialIntent: SerializableIntent? = savedStateHandle.get<Bundle>(AppRoute.Welcome.INITIAL_INTENT_KEY)
?.let { it.unbundle(SerializableIntent.serializer()) }
?.unbundle(SerializableIntent.serializer())
private val stateInternal = MutableStateFlow(WelcomeScreenState())
val state: StateFlow<WelcomeScreenState> = stateInternal