Fixed reply from notification

pull/156/head
M66B 5 years ago
parent 5932a8672c
commit 5501318b79

@ -2024,7 +2024,7 @@ class Core {
if (notify_reply && message.content) {
Intent reply = new Intent(context, ActivityCompose.class)
.putExtra("action", args.getString("action"))
.putExtra("action", "reply")
.putExtra("reference", message.id);
reply.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
PendingIntent piReply = PendingIntent.getActivity(context, ActivityCompose.PI_REPLY, reply, PendingIntent.FLAG_UPDATE_CURRENT);

Loading…
Cancel
Save