Skip to content
Snippets Groups Projects
Unverified Commit edebe116 authored by AlexanderAlferov's avatar AlexanderAlferov Committed by GitHub
Browse files

Fix/background work (#129)

* Background work quick fix
parent 6a6dbe5a
No related branches found
No related tags found
No related merge requests found
......@@ -109,6 +109,8 @@ object BackgroundWorkScheduler {
LocalData.getSharedPreferenceInstance().registerOnSharedPreferenceChangeListener(
sharedPrefListener
)
// TODO: Reimplement after clarifications
WorkType.DIAGNOSIS_KEY_BACKGROUND_PERIODIC_WORK.start()
}
/**
......
......@@ -53,4 +53,4 @@ class TracingStatusHelperTest {
val result = tracingStatusHelper(tracing = true, bluetooth = true, connection = false)
assertThat(result, `is`((TracingStatusHelper.CONNECTION)))
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment