mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-25 19:51:03 +00:00
fix: broken function name
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user