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

Commit

Permalink
restore DaysInRetentionPeriod in RiskDetails on resume. fixes #594 (#716
Browse files Browse the repository at this point in the history
)

Fix risk status not updating after reopening backgrounded app.

Co-authored-by: Jakob Möller <jakob.moeller@sap.com>
Co-authored-by: harambasicluka <64483219+harambasicluka@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 26, 2020
1 parent 39da305 commit 3c5c135
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 3c5c135

Please sign in to comment.