Refactoring

This commit is contained in:
M66B
2022-06-25 14:27:46 +02:00
parent 5db35154df
commit eefe74b06d
14 changed files with 24 additions and 24 deletions

View File

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