Created by: ivgiuliani
This variable is used to store the saved instance state for the activity, therefore if null
will cause he parcel serialization to fail with a NPE. It's not entirely clear to me in what circumstances this can actually happen and I can't reproduce it (even though we see crashes in our crashlytics reports), but there's definitely a code path that leads to the NPE (ss.mSlideState = mLastNotDraggingSlideState
at line 1360 in SlidingUpPanelLayout.java
).
We've been running this patch internally for a while and we haven't seen any more crashes.
Fixes #536 (closed).