mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
Move startForeground() before super.onCreate() in MonitorService to avoid ForegroundServiceDidNotStartInTimeException when Hilt DI is slow on backgrounded cold starts. An early minimal notification is shown immediately, then replaced with the full one after DI completes.