fix: broken function name
This commit is contained in:
parent
8e5e548e16
commit
eb2eae7d6c
2 changed files with 3 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue