Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5797bd07 authored by Sara Ting's avatar Sara Ting
Browse files

Updating icon for digest notification.

Bug:6495442
Change-Id: I0150b68b39fe76780dae60f29c07382a25a3cb49
parent 2f55d8f4
Loading
Loading
Loading
Loading
+998 B
Loading image diff...
+813 B
Loading image diff...
+1.14 KiB
Loading image diff...
+1 −1
Original line number Diff line number Diff line
@@ -355,7 +355,7 @@ public class AlertReceiver extends BroadcastReceiver {

        Notification.Builder notificationBuilder = new Notification.Builder(context);
        notificationBuilder.setContentText(digestTitle);
        notificationBuilder.setSmallIcon(R.drawable.stat_notify_calendar);
        notificationBuilder.setSmallIcon(R.drawable.stat_notify_calendar_multiple);
        notificationBuilder.setContentIntent(pendingClickIntent);
        notificationBuilder.setDeleteIntent(pendingDeleteIntent);
        String nEventsStr = res.getQuantityString(R.plurals.Nevents, numEvents, numEvents);