Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
tom79 2017-08-26 10:01:09 +02:00
commit 0de54269fa
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, 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. 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 { }else {
String soundUri = ContentResolver.SCHEME_ANDROID_RESOURCE + "://" + context.getPackageName() +"/"; String soundUri = ContentResolver.SCHEME_ANDROID_RESOURCE + "://" + context.getPackageName() +"/";