|
|
|
@ -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(
|
|
|
|
|