commonMain.com.vanniktech.ui.theming.night.NoOpNightModeBehaviorHandler.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ui-jvm Show documentation
Show all versions of ui-jvm Show documentation
Kotlin Multiplatform UI goodies
package com.vanniktech.ui.theming.night
object NoOpNightModeBehaviorHandler : NightModeBehaviorHandler {
override fun updateBehavior(nightModeBehavior: NightModeBehavior) = Unit
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy