Hello there!
I have activity a and activity b.
I'm in activity a. I launch a httpjob request.
Before the httpjob response arrives, I end activity a and go to activity b.
The httpjob response arrives and its attached funtion is activity_a.function.
So, the httpjob response makes activity a to popup again, without user input.
How can I cancel all the httpjobs responses when I finish the activity that called the httpjob request?
Thanks in advance for the answers and your time.
I have activity a and activity b.
I'm in activity a. I launch a httpjob request.
Before the httpjob response arrives, I end activity a and go to activity b.
The httpjob response arrives and its attached funtion is activity_a.function.
So, the httpjob response makes activity a to popup again, without user input.
How can I cancel all the httpjobs responses when I finish the activity that called the httpjob request?
Thanks in advance for the answers and your time.