Skip to content

Commit

Permalink
Merge branch 'previous-account-number-lost-on-loginscreen-droid-490'
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Nov 15, 2023
2 parents 7050e43 + 246d378 commit c81872b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class AccountRepository(
.events<Event.AccountHistoryEvent>()
.map { it.history }
.onStart { fetchAccountHistory() }
.stateIn(CoroutineScope(dispatcher), SharingStarted.Eagerly, AccountHistory.Missing)
.stateIn(CoroutineScope(dispatcher), SharingStarted.Lazily, AccountHistory.Missing)

private val loginEvents: SharedFlow<LoginResult> =
messageHandler
Expand Down

0 comments on commit c81872b

Please sign in to comment.