Updated on 2026-08-14
This commit is contained in:
parent
acb3ced60d
commit
36c2a24e15
1 changed files with 1 additions and 1 deletions
|
|
@ -129,8 +129,8 @@ internal class EarnModel @Inject constructor(
|
|||
onClearFiltersClick = ::onClearFiltersClick,
|
||||
) to error
|
||||
}.onEach { (bestOpportunitiesState, error) ->
|
||||
stateController.update(UpdateBestOpportunitiesStateTransformer(bestOpportunitiesState))
|
||||
error?.let(::handleBestOpportunitiesErrorAnalytics)
|
||||
stateController.update(UpdateBestOpportunitiesStateTransformer(bestOpportunitiesState))
|
||||
}.launchIn(modelScope)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue