mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
``` Caused by java.lang.IllegalStateException: WorkManager is not initialized properly. You have explicitly disabled WorkManagerInitializer in your manifest, have not manually called WorkManager#initialize at this point, and your Application does not implement Configuration.Provider. at androidx.work.impl.WorkManagerImpl.getInstance (WorkManagerImpl.java) at androidx.work.impl.foreground.SystemForegroundDispatcher.<init> (SystemForegroundDispatcher.java) at androidx.work.impl.foreground.SystemForegroundService.initializeDispatcher (SystemForegroundService.java) at androidx.work.impl.foreground.SystemForegroundService.onCreate (SystemForegroundService.java) at android.app.ActivityThread.handleCreateService (ActivityThread.java:4726) ```