mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
Replace shared NotificationCompat.Builder + Mutex with a stateless design where each method builds a fresh notification. Introduces a baseBuilder() helper to deduplicate common setup. Removes builderLock and suspend modifiers from getNotification/getNotificationConnected.