Open
Bug 1961128
Opened 28 days ago
Updated 15 days ago
Refactor BaseBrowserFragment: Move fullScreenChanged() into fullscreen feature
Categories
(Firefox for Android :: General, task)
Tracking
()
ASSIGNED
People
(Reporter: polly, Assigned: jonalmeida)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxdroid][group6] )
We would like to move logic out of Fragment
s where possible, to help with encapsulation and testability.
In BaseBrowserFragment
, there is a fullScreenFeature but also code that manipulates the fullscreen ui directly, eg in fullScreenChanged. We would like to move this logic into the full screen feature.
Reporter | ||
Updated•28 days ago
|
Summary: Refactor BaseBrowserFragment: Move bookmarkTapped() into bookmarks feature → Refactor BaseBrowserFragment: Move fullScreenChanged() into fullscreen feature
Updated•28 days ago
|
Assignee | ||
Updated•15 days ago
|
Assignee: nobody → jonalmeida942
Assignee | ||
Updated•15 days ago
|
Status: NEW → ASSIGNED
You need to log in
before you can comment on or make changes to this bug.
Description
•