fix: broken function name

This commit is contained in:
rebelonion 2024-03-10 03:42:56 -05:00
parent 8e5e548e16
commit eb2eae7d6c
2 changed files with 3 additions and 6 deletions

View file

@ -135,7 +135,7 @@ fun logger(e: Any?, print: Boolean = true) {
}
fun initActivityTheme(a: Activity) {
fun initActivity(a: Activity) {
val window = a.window
WindowCompat.setDecorFitsSystemWindows(window, false)
val darkMode = PrefManager.getVal<Int>(PrefName.DarkMode)