mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-05 15:41:02 +00:00
Fixed documents saving, changed long vibration pattern
This commit is contained in:
parent
9f7b47f517
commit
b8ecf4e083
3 changed files with 3 additions and 3 deletions
|
|
@ -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});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue