Quantcast
Viewing all articles
Browse latest Browse all 42

Answer by BvuRVKyUVlViVIc7 for Android - WorkManager - Result.success() called too many times

I had a similar problem, and it looks like the queue was full from previous Workmanager enqueuings.

I did following during application start and now it works fine:

 WorkManager.getInstance(mContext).cancelAllWork();

Viewing all articles
Browse latest Browse all 42

Trending Articles