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