use an empty path at ShowAll

This commit is contained in:
tibbi 2018-06-21 14:33:31 +02:00
parent 28f7d4eb6c
commit a374f40e92

View file

@ -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)