miteshpithadiya / SearchableSpinner

Spinner with searchable items.
672 stars 245 forks source link

java.lang.IllegalStateException: Fragment already added: SearchableListDialog{6a0eb11 #1 TAG} #123

Closed AhmadRehan71 closed 4 years ago

AhmadRehan71 commented 4 years ago

Fragment already added Exception occurs when double tap on the SearchableSpinner.

erwinaji77n commented 4 years ago

check this out, you can make custom library and edit library files like this https://github.com/miteshpithadiya/SearchableSpinner/pull/121/files

AhmadRehan71 commented 4 years ago

@erwinaji77n I can't change the library files as they are read only files on my side. Only authorized person can change these files.

erwinaji77n commented 4 years ago

like i said before, you can create your own library based on this library, check this for reference to create new library files https://medium.com/@jasjot784/how-to-modify-an-android-library-in-7-steps-bf9c16aa6dfa

erwinaji77n commented 4 years ago

the author of this library seems not login for a long time, so the pull request from another user not accepted

AhmadRehan71 commented 4 years ago

@erwinaji77n Thanks for such information. I will look into this. Thanks.