Please help. I can restart the AsyncTask. App crashes every time, when second call to updatePoi().
Here is my code:
I\'m checking status of task and set
An AsyncTask instance can only be called once. To make a second call, you need to create a new instance.
AsyncTask