use an empty path at ShowAll
This commit is contained in:
parent
28f7d4eb6c
commit
a374f40e92
|
@ -341,7 +341,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
|||
private fun showAllMedia() {
|
||||
config.showAll = true
|
||||
Intent(this, MediaActivity::class.java).apply {
|
||||
putExtra(DIRECTORY, "/")
|
||||
putExtra(DIRECTORY, "")
|
||||
|
||||
if (mIsThirdPartyIntent) {
|
||||
handleMediaIntent(this)
|
||||
|
|
Loading…
Reference in New Issue