Added remark

pull/213/head
M66B 1 year ago
parent 9a6f3d1d13
commit f3f9f51415

@ -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);

Loading…
Cancel
Save