Small improvement

This commit is contained in:
M66B 2020-04-24 10:36:28 +02:00
parent 53a0eaf61f
commit 7b80e69e4f
1 changed files with 2 additions and 1 deletions

View File

@ -3280,7 +3280,8 @@ class Core {
db.identity().getComposableIdentities(message.account).size() > 0) {
Intent reply = new Intent(context, ActivityCompose.class)
.putExtra("action", "reply")
.putExtra("reference", message.id);
.putExtra("reference", message.id)
.putExtra("group", group);
reply.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
PendingIntent piReply = PendingIntent.getActivity(context, ActivityCompose.PI_REPLY, reply, PendingIntent.FLAG_UPDATE_CURRENT);
NotificationCompat.Action.Builder actionReply = new NotificationCompat.Action.Builder(