1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-22 07:42:52 +00:00

Compose: clear share action

This commit is contained in:
M66B 2024-10-22 22:00:53 +02:00
parent dca266d069
commit e441b4eec0

View file

@ -6430,6 +6430,7 @@ public class FragmentCompose extends FragmentBase {
if (activity != null) {
Intent intent = activity.getIntent();
if (intent != null) {
intent.setAction(null);
intent.putExtra("id", data.draft.id);
intent.putExtra("action", "edit");
}