mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
use an empty path at ShowAll
This commit is contained in:
@@ -341,7 +341,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
|||||||
private fun showAllMedia() {
|
private fun showAllMedia() {
|
||||||
config.showAll = true
|
config.showAll = true
|
||||||
Intent(this, MediaActivity::class.java).apply {
|
Intent(this, MediaActivity::class.java).apply {
|
||||||
putExtra(DIRECTORY, "/")
|
putExtra(DIRECTORY, "")
|
||||||
|
|
||||||
if (mIsThirdPartyIntent) {
|
if (mIsThirdPartyIntent) {
|
||||||
handleMediaIntent(this)
|
handleMediaIntent(this)
|
||||||
|
Reference in New Issue
Block a user