mirror of
https://github.com/mihonapp/mihon.git
synced 2025-07-15 20:23:18 +02:00
lint
This commit is contained in:
@ -26,7 +26,7 @@ object SevenZUtil {
|
||||
.onEachIndexed { i, it ->
|
||||
if (i > 0) return@onEachIndexed
|
||||
val method = it.contentMethods.first().method
|
||||
if(method !in GoodMethods) notifySlowArchives(method.name)
|
||||
if (method !in GoodMethods) notifySlowArchives(method.name)
|
||||
}
|
||||
.sortedWith { f1, f2 -> f1.name.compareToCaseInsensitiveNaturalOrder(f2.name) }
|
||||
.map(::getInputStream)
|
||||
|
Reference in New Issue
Block a user