mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Start compose as new task always
This commit is contained in:
@@ -1947,6 +1947,7 @@ public class Log {
|
||||
return;
|
||||
|
||||
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