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