Skip to content

Commit

Permalink
Folders Showing as .TXT Files? #190
Browse files Browse the repository at this point in the history
  • Loading branch information
ismartcoding committed Jul 1, 2024
1 parent c51de94 commit ffde146
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ android {
else -> 0
}

val vCode = 319
val vCode = 322
versionCode = vCode - singleAbiNum
versionName = "1.3.2"
versionName = "1.3.3"

ndk {
//noinspection ChromeOsAbiSupport
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ object FileMediaStoreHelper : BaseContentHelper() {
createdAt,
updatedAt,
size,
mediaType == MediaStore.Files.FileColumns.MEDIA_TYPE_NONE && mimeType == null && size == 0L,
mediaType == MediaStore.Files.FileColumns.MEDIA_TYPE_NONE && (mimeType == null || mimeType == "vnd.android.document/directory"),
0,
id
)
Expand Down

0 comments on commit ffde146

Please sign in to comment.