Bug 1798805 - Initialize the FxaPushSupportFeature

We added the new `initialize` to explicitly make the call to start the
feature but we never actually used it here after it landed.
pull/543/head
Jonathan Almeida 2 years ago committed by Christian Sadilek
parent 5af08cd72c
commit 81f513e357

@ -183,6 +183,7 @@ class BackgroundServices(
// Enable push if it's configured.
push.feature?.let { autoPushFeature ->
FxaPushSupportFeature(context, accountManager, autoPushFeature, crashReporter)
.initialize()
}
SendTabFeature(accountManager) { device, tabs ->

Loading…
Cancel
Save