Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ab71e04 authored by tibbi's avatar tibbi
Browse files

add special handling for the debug version of the gallery too

parent 3246c17b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -243,7 +243,7 @@ fun Activity.openPathIntent(path: String, forceChooser: Boolean, applicationId:
            setDataAndType(newUri, mimeType)
            addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION)

            if (applicationId == "com.simplemobiletools.gallery") {
            if (applicationId == "com.simplemobiletools.gallery" || applicationId == "com.simplemobiletools.gallery.debug") {
                putExtra(IS_FROM_GALLERY, true)
            }