hhroc / yellr-android

YellR Android App
GNU General Public License v2.0
2 stars 5 forks source link

Appears to be a race condition (null Exception) with the SwipeRefreshLayout on the stories fragment #175

Open thequbit opened 9 years ago

thequbit commented 9 years ago

This may be an issue on all fragments.

I think we should just check to make sure that the SwipeRefreshLayout isn't null (which is the error that we're seeing).

thequbit commented 9 years ago

This is probably tied to #182