mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-09 18:43:23 +02:00
Fixed reply direct
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user