Start compose as new task always

This commit is contained in:
M66B
2024-08-10 08:14:40 +02:00
parent 80e77659a0
commit 522a598fef
10 changed files with 21 additions and 2 deletions

View File

@@ -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));
}