Added remark

This commit is contained in:
M66B 2023-08-21 09:29:25 +02:00
parent 9a6f3d1d13
commit f3f9f51415
1 changed files with 1 additions and 0 deletions

View File

@ -7901,6 +7901,7 @@ public class FragmentCompose extends FragmentBase {
private static UriInfo getInfo(Uri uri, Context context) {
UriInfo result = new UriInfo();
// https://stackoverflow.com/questions/76094229/android-13-photo-video-picker-file-name-from-the-uri-is-garbage
DocumentFile dfile = null;
try {
dfile = DocumentFile.fromSingleUri(context, uri);