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