[fenix] 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/600/head
Jonathan Almeida 2 years ago committed by Christian Sadilek
parent 9ec675687a
commit 0c5e0f8233

@ -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