pull/1403/head
gedoor 3 years ago
parent 42a3cf5c3d
commit ff85af1758
  1. 2
      app/src/main/java/io/legado/app/ui/book/local/ImportBookActivity.kt

@ -45,7 +45,7 @@ class ImportBookActivity : VMBaseActivity<ActivityImportBookBinding, ImportBookV
private var rootDoc: DocumentFile? = null
private val subDocs = arrayListOf<DocumentFile>()
private val adapter by lazy { ImportBookAdapter(this, this) }
private var sdPath = FileUtils.getSdCardPath()
private val sdPath = FileUtils.getSdCardPath()
private var path = sdPath
private val selectFolder = registerForActivityResult(HandleFileContract()) {
it.uri?.let { uri ->

Loading…
Cancel
Save