SearchableSpinner icon indicating copy to clipboard operation
SearchableSpinner copied to clipboard

App crashes when the spinner search dialog is open and the activity onPuase()/onStop() is called

Open MrHamidKhan opened this issue 7 years ago • 5 comments

In my case, I just open Overview Screen ("Recent Apps") while I have the SearchableSpinner dialog box open in an activity. As soon as the OnPause() is called, the app crashes. 100% reproducible.

Exception logcat: java.lang.RuntimeException: Parcelable encountered IOException writing serializable object (name = com.toptoche.searchablespinnerlibrary.SearchableSpinner)

MrHamidKhan avatar Dec 12 '16 13:12 MrHamidKhan