mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-01-31 10:44:52 +01:00
try vibrating during the whole alarm duration, if enabled
This commit is contained in:
parent
d57a075ce8
commit
94757ae38a
@ -73,7 +73,7 @@ class AlarmReceiver : BroadcastReceiver() {
|
||||
}
|
||||
|
||||
if (alarm.vibrate) {
|
||||
val vibrateArray = LongArray(100) { 500 }
|
||||
val vibrateArray = LongArray(1200) { 500 }
|
||||
builder.setVibrate(vibrateArray)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user