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

Commit 06764394 authored by Joe Malin's avatar Joe Malin Committed by Android (Google) Code Review
Browse files

Merge "Bug 8261430: Typo in Notifications" into jb-mr1-dev

parents d51eebae 43f81181
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -355,7 +355,7 @@ NotificationCompat.InboxStyle inboxStyle =
        new NotificationCompat.InboxStyle();
String[] events = new String[6];
// Sets a title for the Inbox style big view
inboxStyle.SetBigContentTitle("Event tracker details:");
inboxStyle.setBigContentTitle("Event tracker details:");
...
// Moves events into the big view
for (int i=0; i < events.length; i++) {