Closed
Bug 1890211
Opened 11 months ago
Closed 11 months ago
[toolbar redesign] extract navbar init into a separate function
Categories
(Fenix :: Toolbar, task)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1890218
People
(Reporter: mavduevskiy, Unassigned)
References
Details
The toolbar redesign expects the navbar only be present for phones in portrait mode. It means we are running into situations when the navbar has been added and we should remove it on configuration change, as well as we would have to add it on a configuration change. Extracting the part of the initializeUI/onCreateView function that initializes navBar classes into a separate function will allow as to call the same code on the configuration change when we need to add the navBar again.
Reporter | ||
Updated•11 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•