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:
parent
dca266d069
commit
e441b4eec0
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue