Mugurell
Mugurell
The cause - no wallpapers is being discussed here - https://github.com/mozilla-mobile/fenix/issues/26997 and will be fixed in the next coming days.
cc @MatthewTighe
@heres-maria Can you help with what should we look for in logcat to identify the used branch?
I was asking because I see the `enrollment` logs only appearing for the debug version while the recipe from https://experimenter.services.mozilla.com/nimbus/qa-firefox-android-nightly-mr-new-user-onboarding/details is for nightly so if testing on debug it will...
If testing on Nightly and checking programatically the branch with > < NimbusApi >.getExperimentBranch("mr2022") and then the `tcp-cfr` status with > FxNimbus.features.mr2022.value().sectionsEnabled[Mr2022Section.TCP_CFR] I always see the value from [nimbus.fml.yaml](https://github.com/mozilla-mobile/fenix/blob/3aff74b40ab5535cd8efe798f1bf44bac67df01f/nimbus.fml.yaml#L196) (tested...
Thank you @Amejia481 ! Confirming that if I am to hardcode `true` for `targetting` then the configuration from `initial_experiments.json` does apply. Would that mean then that there's an issue with...
It seems like the `initial_experiments.json` does apply but how the targetting is set prevents new installs of 106 to be enrolled. > "targeting": "(app_version|versionCompare('106.*') = 0)))" Looks like these conditions...
@LaurentiuApahideanSV I want to confirm that for the above tests in 104 there was no interaction with the "Sponsored shortcuts" toggle. And that if the user is to toggle off...
Then I'd say there is no bug. The very important detail here is the user interaction - as only when the user actually toggles this setting (and any other in...
> This happened to me too, had sponsored shortcuts disabled, was less than pleased to find them re-enabled upon upgrade to 105. Did you specifically toggled them off in settings...