mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-23 01:13:29 +02:00
Compose: clear share action
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user