Enable Fennec settings (telemetry) migration

fennec/nightly
Grisha Kruglov 5 years ago committed by Grisha Kruglov
parent 1c9c8f590a
commit 72d8dfb976

@ -14,6 +14,7 @@ import mozilla.components.support.migration.FennecMigrator
class MigratingFenixApplication : FenixApplication() {
val migrator by lazy {
FennecMigrator.Builder(this, this.components.analytics.crashReporter)
.migrateSettings()
.migrateOpenTabs(this.components.core.sessionManager)
.migrateHistory(this.components.core.historyStorage)
.migrateBookmarks(this.components.core.bookmarksStorage)

Loading…
Cancel
Save