Closed
Bug 1956599
Opened 3 months ago
Closed 1 month ago
Remove @LightDarkPreview usages
Categories
(Firefox for Android :: Design System and Theming, task, P3)
Tracking
()
RESOLVED
FIXED
140 Branch
Tracking | Status | |
---|---|---|
firefox140 | --- | fixed |
People
(Reporter: 007, Assigned: apindiprolu, Mentored)
References
Details
(Keywords: good-first-bug, Whiteboard: [fxdroid][group4])
Attachments
(1 file)
Our custom Compose annotation for creating light and dark previews is redundant as the Compose libraries provide this via @PreviewLightDark
. Let's delete our custom annotation and replace the usages of it.
Updated•3 months ago
|
Assignee | ||
Updated•2 months ago
|
Assignee: nobody → apindiprolu
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•1 month ago
|
||
Pushed by npoon@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6601d045bb83
Remove custom compose @LightDarkPreview usages and replaced with @PreviewLightDark r=007,android-reviewers
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox140:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 140 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•