mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-11 11:45:01 -05:00
Green led color is better with "full-green"
This commit is contained in:
parent
ac577fe4fd
commit
fb3740f07b
@ -214,7 +214,7 @@ public class NotificationService {
|
|||||||
mBuilder.setDefaults(0);
|
mBuilder.setDefaults(0);
|
||||||
mBuilder.setSmallIcon(R.drawable.ic_notification);
|
mBuilder.setSmallIcon(R.drawable.ic_notification);
|
||||||
mBuilder.setDeleteIntent(createDeleteIntent());
|
mBuilder.setDeleteIntent(createDeleteIntent());
|
||||||
mBuilder.setLights(0xff259b24, 2000, 3000);
|
mBuilder.setLights(0xff00FF00, 2000, 3000);
|
||||||
final Notification notification = mBuilder.build();
|
final Notification notification = mBuilder.build();
|
||||||
notificationManager.notify(NOTIFICATION_ID, notification);
|
notificationManager.notify(NOTIFICATION_ID, notification);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user