Open
Bug 1812458
Opened 2 years ago
Updated 10 months ago
Refactor Onboarding to use NavHost
Categories
(Firefox for Android :: Onboarding, task, P3)
Tracking
()
NEW
People
(Reporter: boek, Unassigned)
Details
From github: https://github.com/mozilla-mobile/fenix/issues/28330.
In https://searchfox.org/mozilla-mobile/source/fenix/app/src/main/java/org/mozilla/fenix/onboarding/view/Onboarding.kt, we are maintaining 2 states to display various content when we should really be assuming each of the views as a separate screen. We can achieve this by using NavHost.
┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:cpeterson, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(cpeterson)
Updated•2 years ago
|
Flags: needinfo?(cpeterson)
Updated•2 years ago
|
Severity: -- → N/A
Type: defect → task
Updated•10 months ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•