Issue #4893: Enable addon migration

fennec/nightly
Christian Sadilek 4 years ago
parent fe4a74799d
commit 56acf0c360

@ -23,6 +23,7 @@ class MigratingFenixApplication : FenixApplication() {
this.components.core.passwordsEncryptionKey
)
.migrateFxa(this.components.backgroundServices.accountManager)
.migrateAddons(this.components.core.engine)
.build()
}

Loading…
Cancel
Save