manager: fix ksud installation failed at first boot.

This commit is contained in:
tiann
2023-01-26 15:51:59 +08:00
parent f6c249bd77
commit 76c88a72c6
3 changed files with 5 additions and 3 deletions

View File

@@ -3,7 +3,6 @@ package me.weishu.kernelsu
import android.app.Application
import coil.Coil
import coil.ImageLoader
import me.weishu.kernelsu.ui.util.install
import me.zhanghai.android.appiconloader.coil.AppIconFetcher
import me.zhanghai.android.appiconloader.coil.AppIconKeyer
@@ -25,8 +24,6 @@ class KernelSUApplication : Application() {
}
.build()
)
install()
}