|
|
@ -299,7 +299,7 @@ class ImportBookActivity : VMBaseActivity<ImportBookViewModel>(R.layout.activity |
|
|
|
if (uri.toString().isContentPath()) { |
|
|
|
if (uri.toString().isContentPath()) { |
|
|
|
subDocs.add(DocumentFile.fromSingleUri(this, uri)!!) |
|
|
|
subDocs.add(DocumentFile.fromSingleUri(this, uri)!!) |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
path = uri.toString() |
|
|
|
path = uri.path.toString() |
|
|
|
} |
|
|
|
} |
|
|
|
upPath() |
|
|
|
upPath() |
|
|
|
} |
|
|
|
} |
|
|
|