Updated on 2026-08-14
This commit is contained in:
parent
a7a41d7526
commit
c3ea39c47d
1 changed files with 2 additions and 2 deletions
|
|
@ -29,13 +29,13 @@ internal class OnrampSettingsModel @Inject constructor(
|
|||
paramsContainer: ParamsContainer,
|
||||
) : Model() {
|
||||
|
||||
private val params: OnrampSettingsComponent.Params = paramsContainer.require()
|
||||
|
||||
val state: StateFlow<OnrampSettingsUM>
|
||||
field = MutableStateFlow(getInitialState())
|
||||
|
||||
val bottomSheetNavigation: SlotNavigation<OnrampSettingsConfig> = SlotNavigation()
|
||||
|
||||
private val params: OnrampSettingsComponent.Params = paramsContainer.require()
|
||||
|
||||
init {
|
||||
analyticsEventHandler.send(OnrampAnalyticsEvent.SettingsOpened)
|
||||
subscribeOnUpdateState()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue