diff --git a/app/src/main/java/org/mozilla/fenix/components/BackgroundServices.kt b/app/src/main/java/org/mozilla/fenix/components/BackgroundServices.kt index 0c33277ea..27b79ed97 100644 --- a/app/src/main/java/org/mozilla/fenix/components/BackgroundServices.kt +++ b/app/src/main/java/org/mozilla/fenix/components/BackgroundServices.kt @@ -172,7 +172,7 @@ class BackgroundServices( // See https://github.com/mozilla-mobile/android-components/issues/3732 setOf("https://identity.mozilla.com/apps/oldsync") ).also { - it.registerForDeviceEvents(deviceEventObserver, ProcessLifecycleOwner.get(), true) + it.registerForDeviceEvents(deviceEventObserver, ProcessLifecycleOwner.get(), false) // This should be removed in the future. See comment on `accountObserver`. if (FeatureFlags.sendTabEnabled && pushConfig != null) {