Fixed reply direct

pull/198/head
M66B 3 years ago
parent c4aa8d1225
commit 61c9bcf496

@ -4507,7 +4507,7 @@ class Core {
Intent reply = new Intent(context, ServiceUI.class)
.setAction("reply:" + message.id)
.putExtra("group", group);
PendingIntent piReply = PendingIntentCompat.getService(
PendingIntent piReply = PendingIntent.getService(
context, ServiceUI.PI_REPLY_DIRECT, reply, PendingIntent.FLAG_UPDATE_CURRENT);
NotificationCompat.Action.Builder actionReply = new NotificationCompat.Action.Builder(
R.drawable.twotone_reply_24,

Loading…
Cancel
Save