* commit 'cfb153b146b7d1627bdc02e2dc24becb2da5b12b': Bug 8261430: Typo in Notifications
This commit is contained in:
@@ -355,7 +355,7 @@ NotificationCompat.InboxStyle inboxStyle =
|
|||||||
new NotificationCompat.InboxStyle();
|
new NotificationCompat.InboxStyle();
|
||||||
String[] events = new String[6];
|
String[] events = new String[6];
|
||||||
// Sets a title for the Inbox style big view
|
// 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
|
// Moves events into the big view
|
||||||
for (int i=0; i < events.length; i++) {
|
for (int i=0; i < events.length; i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user