Updated on 2026-08-14
This commit is contained in:
parent
21ef61585b
commit
154de76c6d
37 changed files with 695 additions and 989 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue