Simon V.
Simon V.
I think there is need just small fix in `Theming.kt`: ```kotlin fun AppCompatActivity.applyTheme(theme: DuckDuckGoTheme): BroadcastReceiver? { if (theme == DuckDuckGoTheme.SYSTEM_DEFAULT) { val themeId = when (resources.configuration.uiMode and Configuration.UI_MODE_NIGHT_MASK) { Configuration.UI_MODE_NIGHT_YES...
@malmstein cool theme refactoring, but please fix auto night mode, also this bug now in `getThemedDrawable` too. `UiModeManager` provides only static information about night mode (yes/no/auto/custom), needs to get dynamic...
@ShikaSD Is there another approaches when i inject feature?