This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Remove all unnecessary Theme.getTheme()
calls from usages of FirefoxTheme
#27854
Closed
Tracked by
#24339
MozillaNoah opened this issue
Nov 15, 2022
· 2 comments
· Fixed by #27889, Leland-Takamine/fenix#159, fork-house/fenix#14 or nathanmkaya/fenix#108
Closed
Tracked by
#24339
Remove all unnecessary Theme.getTheme()
calls from usages of FirefoxTheme
#27854
MozillaNoah opened this issue
Nov 15, 2022
· 2 comments
· Fixed by #27889, Leland-Takamine/fenix#159, fork-house/fenix#14 or nathanmkaya/fenix#108
Labels
compose
Tickets involving Composable changes
eng:health
Improve code health
good first issue
Good for newcomers
Milestone
Comments
MozillaNoah
added
good first issue
Good for newcomers
eng:health
Improve code health
compose
Tickets involving Composable changes
labels
Nov 15, 2022
4 tasks
30 tasks
Hello! Could I pick this up? |
Sure! |
BFadairo
added a commit
to BFadairo/fenix
that referenced
this issue
Nov 17, 2022
…s from FirefoxTheme usages
4 tasks
github-actions
bot
added
the
eng:reopen-for-qa
Reopens and tags the issue for QA needed when the issue is merged
label
Nov 17, 2022
github-actions
bot
removed
the
eng:reopen-for-qa
Reopens and tags the issue for QA needed when the issue is merged
label
Nov 17, 2022
BFadairo
added a commit
to BFadairo/fenix
that referenced
this issue
Nov 21, 2022
…s from FirefoxTheme usages
This was referenced Jan 5, 2023
JohanLorenzo
pushed a commit
to mozilla-mobile/firefox-android
that referenced
this issue
Feb 14, 2023
…etTheme() calls from FirefoxTheme usages
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
compose
Tickets involving Composable changes
eng:health
Improve code health
good first issue
Good for newcomers
We have a lot of instances of
FirefoxTheme(theme = Theme.getTheme()) { ... }
when the default parameter forFirefoxTheme.theme
is alreadyTheme.getTheme()
, making this instantiation redundant. All of these uses should be cleaned up to remove noise from the Compose code.┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: