1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-19 05:38:31 +00:00

Fixed reply direct

This commit is contained in:
M66B 2021-04-24 15:12:06 +02:00
parent c4aa8d1225
commit 61c9bcf496

View file

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