Skip to content

Commit

Permalink
chore: stop venue matcher worker
Browse files Browse the repository at this point in the history
  • Loading branch information
alopezh committed May 31, 2021
1 parent d6f59b5 commit 3410c2d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,15 @@ class MainPresenterImpl @Inject constructor(
//Setup workers
view.cancelNotificationReminder()
view.startAnalyticsWorker(sendAnalyticsUseCase.getAnalyticsPeriod())

/*
if (exposureInfoUseCase.getExposureInfo().level != ExposureInfo.Level.INFECTED) {
//Start QR matcher worker only if no infected
view.startVenueMatcherWorker(preferencesRepository.getTroubledPlaceCheckTime())
} else {
view.cancelVenueMatcherWorker()
}
*/

//Redirection logic
if (getLocaleInfoUseCase.isLanguageChanged()) {
Expand Down

0 comments on commit 3410c2d

Please sign in to comment.