michaelprimez / searchablespinner

Searchable Spinner
Apache License 2.0
314 stars 102 forks source link

onBackpress issue Spinner is open and press back #50

Open GauravMeghanathi opened 5 years ago

GauravMeghanathi commented 5 years ago

while spinner is working on search but i have put on back when opening search view then press back the view is gone and open it again detach view animator is arrived not closing search bar of edittext to hide it ...

GauravMeghanathi commented 5 years ago

if you not understand my question please ask me any time here is my email gauravmeghanathi@gmail.com

brunoperezm commented 5 years ago

Found the same issue. Is there any way to close the spinner when back pressed? Otherwise it keeps open overlaping the entiry application

vasskob commented 4 years ago

It needs to be added to onDetouchView closing mPopupWindow

Elelan commented 3 years ago

While OnBackPressed or when touching outside the spinner didn't close Is there any fix for that?