core / com.vmadalin.core.utils / ThemeUtils / setNightMode

setNightMode

fun setNightMode(forceNight: Boolean, delay: Long = 0L): Unit

Force AppCompatDelegate Mode to night/notnight.

Parameters

forceNight - Boolean that force night mode otherwise notnight is configured.

delay - Delay to apply mode changes.