This commit is contained in:
Horis 2024-01-29 16:52:40 +08:00
parent 18dee2aed6
commit 3bb0b42645

View File

@ -90,6 +90,7 @@ class CheckSourceService : BaseService() {
Debug.finishChecking()
searchCoroutine.close()
postEvent(EventBus.CHECK_SOURCE_DONE, 0)
notificationManager.cancel(NotificationId.CheckSourceService)
}
private fun check(ids: List<String>) {