This commit is contained in:
Horis 2024-01-29 16:46:16 +08:00
parent 51d5c6e505
commit 18dee2aed6

View File

@ -79,7 +79,7 @@ class CheckSourceService : BaseService() {
check(it) check(it)
} }
IntentAction.resume -> startForegroundNotification() IntentAction.resume -> upNotification()
IntentAction.stop -> stopSelf() IntentAction.stop -> stopSelf()
} }
return super.onStartCommand(intent, flags, startId) return super.onStartCommand(intent, flags, startId)