[fenix] Fix breaking APIs in MigratingFenixApplication

pull/600/head
Jonathan Almeida 5 years ago committed by Emily Kager
parent da20e69455
commit 097f61a001

@ -28,10 +28,7 @@ class MigratingFenixApplication : FenixApplication() {
this.components.core.bookmarksStorage,
this.components.core.topSiteStorage.storage
)
.migrateLogins(
this.components.core.asyncPasswordsStorage,
this.components.core.passwordsEncryptionKey
)
.migrateLogins(this.components.core.passwordsStorage)
.migrateFxa(this.components.backgroundServices.accountManager)
.migrateAddons(
this.components.core.engine,
@ -45,7 +42,7 @@ class MigratingFenixApplication : FenixApplication() {
val migrationPushSubscriber by lazy {
MigrationPushRenewer(
components.backgroundServices.push,
components.push.feature,
components.migrationStore
)
}

Loading…
Cancel
Save