konklone / congress-android

Congress for Android, an app for tracking Congress.
https://play.google.com/store/apps/details?id=com.sunlightlabs.android.congress
Other
157 stars 43 forks source link

Try to fix a few reported crashes #702

Closed konklone closed 7 years ago

konklone commented 7 years ago

Fixes a few NullPointerExceptions and IllegalArgumentExceptions I've seen coming in over the last few releases. It looks like they're all from edge case race conditions where people navigate away from screens and cause their Activities or Contexts to get destroyed, and we weren't properly handling the possibility that they would be null by the time we were referring to them.