Open
Bug 1848614
Opened 2 years ago
Updated 10 months ago
Replace deprecated ClickableSubstringLink with LinkText
Categories
(Firefox for Android :: Homepage, task)
Tracking
()
NEW
People
(Reporter: aputanu, Unassigned)
References
Details
In 1840110 we migrated LinkText
to the composable package. LinkText
and ClickableSubstringLink
achieve the same (composable text containing a link), however LinkText
is easier to use as it doesn't require the index of the link substring to work and it is also more accessible.
In this ticket we'd like to replace ClickableSubstringLink
usages with LinkText
where it's safe to do so.
Comment 1•2 years ago
|
||
I believe we would need to add the wallpaper color handling for LinkText
.
Comment 2•10 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Fenix::Homepage' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: General → Homepage
You need to log in
before you can comment on or make changes to this bug.
Description
•