Skip to content

Commit

Permalink
Bug 1814410: Unified search migrate to general se after
Browse files Browse the repository at this point in the history
search engine list loads
  • Loading branch information
DreVla authored and mergify[bot] committed Feb 7, 2023
1 parent 84c406b commit 4b45f80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/java/org/mozilla/fenix/FenixApplication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ open class FenixApplication : LocaleAwareApplication(), Provider {
setupLeakCanary()
startMetricsIfEnabled()
setupPush()
migrateTopicSpecificSearchEngines()

visibilityLifecycleCallback = VisibilityLifecycleCallback(getSystemService())
registerActivityLifecycleCallbacks(visibilityLifecycleCallback)
Expand Down Expand Up @@ -792,6 +791,8 @@ open class FenixApplication : LocaleAwareApplication(), Provider {
name.set("custom")
}
}

migrateTopicSpecificSearchEngines()
}
}
}
Expand Down

0 comments on commit 4b45f80

Please sign in to comment.