Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` 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) ```
- Loading branch information