This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 287
Application not responding after adding an entry to the queue #188
Comments
Are you interacting with it on the main thread? Without some kind of executable sample it's going to be nearly impossible to know what's going on here. |
Hello Jake, i am posting the coding scenario here. Queue is created by injection using Dagger. The DaggerModule.java
SampleFragment.java
SampleTask.java
SampleTaskService.java
SampleTaskQueue.java
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After adding a task into the
TaskQueue
, application freezes eventually causes an ANR.TaskQueue
is extended to a subclass. When theadd()
method is called from this subclass usingsuper
this scenario happens.The text was updated successfully, but these errors were encountered: