Updated on 2026-08-14
This commit is contained in:
parent
97f9283cea
commit
95510a665c
2 changed files with 2 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 2a612cd92b1c78b99c917d0fe66342831f801e5e
|
||||
Subproject commit 6ef8ce45d183905b5752e2d33c1d8bf2f4bcace6
|
||||
|
|
@ -63,6 +63,7 @@ internal class DefaultWalletRouter(
|
|||
val viewModel = hiltViewModel<WalletViewModel>().apply {
|
||||
router = this@DefaultWalletRouter
|
||||
}
|
||||
LocalLifecycleOwner.current.lifecycle.addObserver(viewModel)
|
||||
|
||||
WalletScreen(state = viewModel.uiState)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue