Skip to content

Commit

Permalink
restore DaysInRetentionPeriod in RiskDetails on resume. fixes corona-…
Browse files Browse the repository at this point in the history
…warn-app#594

Fix risk status not updating after reopening backgrounded app.
  • Loading branch information
jan-hofmeier authored Jun 22, 2020
1 parent f7d4795 commit 944ab93
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class RiskDetailsFragment : Fragment() {
tracingViewModel.refreshExposureSummary()
tracingViewModel.refreshLastTimeDiagnosisKeysFetchedDate()
TimerHelper.checkManualKeyRetrievalTimer()
tracingViewModel.refreshActiveTracingDaysInRetentionPeriod()
binding.riskDetailsContainer.sendAccessibilityEvent(AccessibilityEvent.TYPE_ANNOUNCEMENT)
}

Expand Down

0 comments on commit 944ab93

Please sign in to comment.