-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] Fix Android 10 and blow version can't get media files.
- Loading branch information
tanpengcheng
committed
Apr 22, 2024
1 parent
58cddae
commit 2da8315
Showing
3 changed files
with
10 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
app/src/main/java/com/tans/tfiletransporter/ui/filetransport/MyImagesFragment.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package com.tans.tfiletransporter.ui.filetransport | ||
|
||
class MyImagesFragment : BaseMediaFragment(mediaType = Companion.MediaType.Image) | ||
class MyImagesFragment : BaseMediaFragment(Companion.MediaType.Image) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters