We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1882bd commit ff1d9c9Copy full SHA for ff1d9c9
core/src/main/java/com/example/util/simpletimetracker/core/interactor/ColorViewDataInteractor.kt
@@ -80,7 +80,6 @@ class ColorViewDataInteractor @Inject constructor(
80
colorId = favouriteColor.id,
81
type = ColorViewData.Type.Favourite,
82
colorInt = favouriteColor.colorInt.toIntOrNull()
83
- ?.let { if (isDarkTheme) colorMapper.darkenColor(it) else it }
84
?: colorMapper.toInactiveColor(isDarkTheme),
85
selected = false,
86
)
0 commit comments