Fixed documents saving, changed long vibration pattern

This commit is contained in:
DrKLO 2014-08-31 12:02:28 +03:00
parent 9f7b47f517
commit b8ecf4e083
3 changed files with 3 additions and 3 deletions

View file

@ -447,7 +447,7 @@ public class NotificationsController {
} else if (needVibrate == 0 || needVibrate == 5) {
mBuilder.setDefaults(NotificationCompat.DEFAULT_VIBRATE);
} else if (needVibrate == 3) {
mBuilder.setVibrate(new long[]{0, 300, 100, 300});
mBuilder.setVibrate(new long[]{0, 500});
}
} else {
mBuilder.setVibrate(new long[]{0, 0});