mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-29 20:26:34 +02:00
Start compose as new task always
This commit is contained in:
@@ -350,6 +350,7 @@ public class ActivityCompose extends ActivityBase implements FragmentManager.OnB
|
||||
|
||||
context.startActivity(
|
||||
new Intent(context, ActivityCompose.class)
|
||||
.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK)
|
||||
.putExtra("action", "edit")
|
||||
.putExtra("id", id));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user