Cancel notifications on ignore with group

This commit is contained in:
M66B
2023-05-14 09:04:26 +02:00
parent 98bda4fd77
commit 32909d157b
4 changed files with 8 additions and 3 deletions

View File

@@ -6220,6 +6220,7 @@ public class FragmentCompose extends FragmentBase {
Intent thread = new Intent(v.getContext(), ActivityView.class);
thread.setAction("thread:" + message.id);
// No group
thread.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
thread.putExtra("account", message.account);
thread.putExtra("folder", message.folder);