mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-04 06:20:26 +00:00
Simplification
This commit is contained in:
parent
4dadeadc1c
commit
e3a3878802
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ public class ActivityCompose extends ActivityBase implements FragmentManager.OnB
|
|||
Uri stream = intent.getParcelableExtra(Intent.EXTRA_STREAM);
|
||||
if (stream != null) {
|
||||
ArrayList<Uri> uris = new ArrayList<>();
|
||||
uris.add(intent.getParcelableExtra(Intent.EXTRA_STREAM));
|
||||
uris.add(stream);
|
||||
args.putParcelableArrayList("attachments", uris);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue