[fenix] For https://github.com/mozilla-mobile/fenix/issues/21776 - Remove reductant 'suspend' modifier from SecurePrefsTelemetry

pull/600/head
Gabriel Luong 3 years ago committed by mergify[bot]
parent 2defb17c08
commit 4bcb6d7796

@ -20,7 +20,7 @@ class SecurePrefsTelemetry(
private val appContext: Context,
private val experiments: NimbusApi
) {
suspend fun startTests() {
fun startTests() {
// The Android Keystore is used to secure the shared prefs only on API 23+
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
// These tests should run only if the experiment is live

Loading…
Cancel
Save