mirror of
https://github.com/tateisu/SubwayTooter
synced 2024-12-23 07:38:04 +01:00
プッシュ通知を受け取った後の受信処理のバグ修正
This commit is contained in:
parent
852ead26b4
commit
cbf91a8c0d
@ -84,6 +84,7 @@ class ForegroundPollingService : Service() {
|
||||
.minByOrNull { it.lastRequired }
|
||||
}
|
||||
if (target != null) {
|
||||
target.lastHandled = target.lastRequired
|
||||
check(target.accountDbId)
|
||||
stopSelf(target.lastStartId)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user