try vibrating during the whole alarm duration, if enabled
This commit is contained in:
parent
d57a075ce8
commit
94757ae38a
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class AlarmReceiver : BroadcastReceiver() {
|
|||
}
|
||||
|
||||
if (alarm.vibrate) {
|
||||
val vibrateArray = LongArray(100) { 500 }
|
||||
val vibrateArray = LongArray(1200) { 500 }
|
||||
builder.setVibrate(vibrateArray)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue