Closed
Bug 1822181
Opened 2 years ago
Closed 2 years ago
Refactor TabCounterBuilder to TabCounterView
Categories
(Fenix :: Homepage, task, P3)
Tracking
(firefox113 fixed)
RESOLVED
FIXED
113 Branch
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: gl, Assigned: gl)
References
Details
(Whiteboard: [fxdroid])
Attachments
(1 file)
We already have a concept of view classes for the home screen and elsewhere in the app such as PrivateBrowsingButtonView.
Instead of maintaining the concept of a builder class, we should refactor this to be more of a generic view class that maintains all of the logic around the functionality for the particular UI piece that the class is responsible for. This will help migrate more of the UI logic away from the fragment into appropriate classes that are responsible for their functionality.
Assignee | ||
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P3
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
Authored by https://github.com/gabrielluong
https://github.com/mozilla-mobile/firefox-android/commit/db6b088b945451a615c635fe37f7b193c7c2a62a
[main] Bug 1822181 - Refactor TabCounterBuilder to TabCounterView
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox112:
--- → fixed
Flags: qe-verify+
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
Updated•2 years ago
|
status-firefox112:
fixed → ---
status-firefox113:
--- → fixed
Target Milestone: 112 Branch → 113 Branch
Assignee | ||
Updated•2 years ago
|
Flags: qe-verify+
Assignee | ||
Updated•2 years ago
|
Whiteboard: [fxdroid]
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•