Investigate observing the RegionState before setting default top sites
Categories
(Firefox for Android :: Top Sites, task, P3)
Tracking
()
People
(Reporter: gl, Unassigned)
References
(Blocks 1 open bug)
Details
Address the review comment in https://phabricator.services.mozilla.com/D267522
Region state is something that can change after startup that might be something you want to observe. At startup, if you just installed the app, a region might not be set yet or set to a default, which would end up showing the wrong default top sites.
Is that expected that the top sites can be wrong on some cold starts or region/language changes?
Currently, we accept that we can have misses on the region not being ready on first startup. The complication is that default top sites are only added once and not something we adjust dynamically. We can be a bit more flexible here in terms of dynamically adjusting the default top sites based on changing regions, but that's not part of the requirement.
Description
•