forked from mirror/monocles_chat
Update NotificationService.java
Revert led light color
This commit is contained in:
parent
71ce73a271
commit
c67a481e4b
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ public class NotificationService {
|
|||
mBuilder.setDefaults(0);
|
||||
mBuilder.setSmallIcon(R.drawable.ic_notification);
|
||||
mBuilder.setDeleteIntent(createDeleteIntent());
|
||||
mBuilder.setLights(0xff00ff00, 500, 1500);
|
||||
mBuilder.setLights(0xffffffff, 2000, 4000);
|
||||
final Notification notification = mBuilder.build();
|
||||
notificationManager.notify(NOTIFICATION_ID, notification);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue