プッシュ通知を受け取った後の受信処理のバグ修正

This commit is contained in:
tateisu 2022-06-14 02:28:33 +09:00
parent 852ead26b4
commit cbf91a8c0d
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ class ForegroundPollingService : Service() {
.minByOrNull { it.lastRequired }
}
if (target != null) {
target.lastHandled = target.lastRequired
check(target.accountDbId)
stopSelf(target.lastStartId)
}