vpmalley / radiofeedz

rss reader refined for media
2 stars 0 forks source link

Do not create AsyncTask in constructor if it can be executed multiple times #13

Closed vpmalley closed 9 years ago

vpmalley commented 9 years ago

one instance of an AsyncTask may not be executed more than once. So, for instance in FeedChoiceModeListener, create the Asynctask later, not in the constructor.