mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-14 22:42:49 +01:00
lint
This commit is contained in:
parent
463e6f85f6
commit
b1da3f3421
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user