Closed
Bug 1876751
Opened 1 year ago
Closed 1 year ago
Remove redundant preferences from SettingsFragment
Categories
(Fenix :: General, task, P1)
Tracking
(firefox124 fixed)
RESOLVED
FIXED
124 Branch
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: towhite, Assigned: towhite)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxdroid])
Attachments
(1 file)
While investigating another Custom Tabs bug, I noticed we have redundant preferences configured in the SettingsFragment
for:
- pref_key_help (Handled in
HomeMenu
) - pref_key_privacy_link (Handled in
AboutFragment
) - pref_key_your_rights (Handled in
AboutFragment
)
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Comment 2•1 year ago
|
||
Authored by https://github.com/t-p-white
https://github.com/mozilla-mobile/firefox-android/commit/2c2244a6b09e7a92641a077ac1aa845ce730b01c
[main] Bug 1876751 - Remove redundant preferences from SettingsFragment
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•