Remove detekt (#1130)

Annoying. More annoying in this project.
This commit is contained in:
AntsyLich
2024-08-19 12:51:37 +06:00
committed by GitHub
parent b2f1719c50
commit 777ae2461e
28 changed files with 3 additions and 1436 deletions

View File

@@ -153,7 +153,6 @@ class App : Application(), DefaultLifecycleObserver, SingletonImageLoader.Factor
)
}
@Suppress("MagicNumber")
override fun newImageLoader(context: Context): ImageLoader {
return ImageLoader.Builder(this).apply {
val callFactoryLazy = lazy { Injekt.get<NetworkHelper>().client }