Merged in PhotonQyv/mastodon_etalab/Notification_Light (pull request #84)

Slowed the notification light down.
This commit is contained in:
PhotonQyv 2017-08-26 08:00:16 +00:00 committed by tom79
commit fc56e216ed
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ public class Helper {
Could as angryTux suggested add some sort of option for user to choose the colour,
but not really sure that wouldn't just add another extra setting for no real reason.
*/
notificationBuilder.setLights(Color.BLUE, 250, 500);
notificationBuilder.setLights(Color.BLUE, 500, 1000);
}else {
String soundUri = ContentResolver.SCHEME_ANDROID_RESOURCE + "://" + context.getPackageName() +"/";