Updated on 2026-08-14

This commit is contained in:
Tangem 2025-12-09 11:30:21 +03:00
parent a7a41d7526
commit c3ea39c47d

View file

@ -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()