parent
e66c9a6ef4
commit
c3f1383da4
@ -43,7 +43,7 @@ class AlarmPartProvider : PartProvider {
|
||||
send(0)
|
||||
} else {
|
||||
time.collectLatest {
|
||||
if (alarm > it + 12 * 60 * 60 * 1000) {
|
||||
if (alarm > it + 8 * 60 * 60 * 1000) {
|
||||
send(0)
|
||||
} else {
|
||||
send(60)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user