NotificationService: cleanup, fix duplicate images, resize to 64x64

This commit is contained in:
Ly-sec
2025-09-21 10:48:43 +02:00
parent 1ad6969d9b
commit ff34696d28
3 changed files with 261 additions and 509 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ Variants {
delegate.animateOut()
} else {
// Force removal without animation as fallback
NotificationService.removeActiveNotification(notificationId)
NotificationService.dismissActiveNotification(notificationId)
}
})
}