checkin-team/Checkin-Android

NullPointer Exception

Closed this issue · 3 comments

Crash reported at this line:

Complete report: Play store report

It seems we've missed lots of cases to detach the listener from the fragment on detach and not even ensuring that activity exists before assigning.

I went through this article. Delegates sounds like a really neat engineering solution for all these cases.

Introduced in commit 69f3e39
Currently, have to update all fragment listeners

Almost fixed.