You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When checking isSearchShown from onSearchViewClosed or onSearchViewShown, the state is wrong as the internal state boolean only gets changed after executing the callback.
When checking
isSearchShown
fromonSearchViewClosed
oronSearchViewShown
, the state is wrong as the internal state boolean only gets changed after executing the callback.https://github.com/MiguelCatalan/MaterialSearchView/blob/develop/library/src/main/java/com/miguelcatalan/materialsearchview/MaterialSearchView.java#L532
The text was updated successfully, but these errors were encountered: