prof18 / RSS-Parser

A Kotlin Multiplatform library to parse a RSS Feed
Apache License 2.0
513 stars 129 forks source link

Error (dont know which one) when trying to use the articlelist #14

Closed LordFluffy closed 6 years ago

LordFluffy commented 6 years ago

So basically, whenever I try to actually use the artcile list, II get an error and nothing loads. But when I put some Toast or Log in the on finish it works.

prof18 commented 6 years ago

I guess there are some failure with the UI thread. I'm gonna investigate

prof18 commented 6 years ago

I've checked out. In the onFinish you have to set the result to the view. I can't reproduce your error