mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-26 22:47:59 +01:00
use an empty path at ShowAll
This commit is contained in:
parent
28f7d4eb6c
commit
a374f40e92
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue