Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Risk Card has "Unknown Risk" after 1.7.0 (RC2) Update (EXPOSUREAPP-37…
Browse files Browse the repository at this point in the history
…23) (#1597)

* Update RiskLevelRepository.kt

* Removed comment

Co-authored-by: harambasicluka <64483219+harambasicluka@users.noreply.github.com>
  • Loading branch information
Oliver-Zimmerman and harambasicluka committed Nov 16, 2020
1 parent a59c052 commit 73b9fbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import kotlinx.coroutines.flow.MutableStateFlow

object RiskLevelRepository {

private val internalRisklevelScore = MutableStateFlow(RiskLevelConstants.UNKNOWN_RISK_INITIAL)
private val internalRisklevelScore = MutableStateFlow(getLastSuccessfullyCalculatedScore().raw)
val riskLevelScore: Flow<Int> = internalRisklevelScore

private val internalRiskLevelScoreLastSuccessfulCalculated =
Expand Down

0 comments on commit 73b9fbe

Please sign in to comment.