mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-24 21:45:14 -04:00
#1260 fix instrumentation compilation
This commit is contained in:
parent
ff77b55fa4
commit
e38ffb5c80
@ -205,7 +205,7 @@ object FileUtils {
|
||||
}
|
||||
}
|
||||
|
||||
fun getAllZimParts(book: Book): List<File> {
|
||||
@JvmStatic fun getAllZimParts(book: Book): List<File> {
|
||||
val files = ArrayList<File>()
|
||||
if (book.file.path.endsWith(".zim") || book.file.path.endsWith(".zim.part")) {
|
||||
if (book.file.exists()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user