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:
parent
c4aa8d1225
commit
61c9bcf496
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue