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

Commit e8bab797 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update posted time for notification history"

parents b935f861 30237deb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2481,7 +2481,7 @@ public class NotificationManagerService extends SystemService {
                    .setUid(r.sbn.getUid())
                    .setChannelId(r.getChannel().getId())
                    .setChannelName(r.getChannel().getName().toString())
                    .setPostedTimeMs(r.sbn.getPostTime())
                    .setPostedTimeMs(System.currentTimeMillis())
                    .setTitle(getHistoryTitle(r.getNotification()))
                    .setText(getHistoryText(
                            r.sbn.getPackageContext(getContext()), r.getNotification()))