mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-02-25 19:19:59 -05:00
Use context access to sdCardPath
This commit is contained in:
@@ -324,7 +324,7 @@ class StorageFragment(context: Context, attributeSet: AttributeSet) : MyViewPage
|
||||
private fun scanVolume(volumeName: String, root: File) {
|
||||
val paths = mutableListOf<String>()
|
||||
if (context.isPathOnSD(root.path)) {
|
||||
File(context.config.sdCardPath).walkBottomUp().forEach {
|
||||
File(context.sdCardPath).walkBottomUp().forEach {
|
||||
paths.add(it.path)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user