Skip to content

Commit

Permalink
fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSluffy committed Dec 30, 2024
1 parent eb536c1 commit 31dfcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lawnchair/src/app/lawnchair/icons/LawnchairIconProvider.kt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class LawnchairIconProvider @JvmOverloads constructor(
private var themeMapName: String = ""
private var _themeMap: Map<ComponentName, ThemedIconDrawable.ThemeData>? = null

private val themeMap: Map<ComponentName, ThemedIconDrawable.ThemeData>
val themeMap: Map<ComponentName, ThemedIconDrawable.ThemeData>
get() {
if (!context.isThemedIconsEnabled()) {
_themeMap = DISABLED_MAP
Expand Down

0 comments on commit 31dfcc8

Please sign in to comment.