Bug 1861234 — Add SharedPreferences to NimbusBuilder

fenix/121.0
James Hugman 8 months ago committed by mergify[bot]
parent 090eed0f3d
commit 6d779a2bb5

@ -64,6 +64,7 @@ fun createNimbus(context: Context, urlString: String?): NimbusApi {
initialExperiments = R.raw.initial_experiments
timeoutLoadingExperiment = TIME_OUT_LOADING_EXPERIMENT_FROM_DISK_MS
usePreviewCollection = context.settings().nimbusUsePreview
sharedPreferences = context.settings().preferences
isFirstRun = isAppFirstRun
featureManifest = FxNimbus
onFetchCallback = {

Loading…
Cancel
Save