mirror of https://github.com/M66B/FairEmail.git
Added remark
This commit is contained in:
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…
Reference in New Issue