fix: Service stop

This commit is contained in:
J-Jamet
2025-10-28 15:48:07 +01:00
parent 56b7cc9118
commit ffaf4a761a
6 changed files with 17 additions and 17 deletions

View File

@@ -165,7 +165,7 @@ class AttachmentFileNotificationService: LockNotificationService() {
}
}
if (attachmentNotificationList.isEmpty()) {
stopSelf()
stopService()
}
}
}