Open
Bug 1961127
Opened 1 month ago
Updated 1 month ago
Refactor BaseBrowserFragment: Move bookmarkTapped() into bookmarks feature
Categories
(Firefox for Android :: Bookmarks, task)
Tracking
()
NEW
People
(Reporter: polly, Unassigned)
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 code that manipulates the bookmarks ui directly, eg in bookmarkTapped(). We would like to move this logic into a new use case or feature.
Updated•1 month ago
|
Reporter | ||
Updated•1 month ago
|
Severity: -- → N/A
Comment 1•1 month ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox for Android::Bookmarks' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: General → Bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•