RecyclerView behavior - Goes empty when keyboard is opened/closed
问题 I have implemented a RecyclerView with SearchView and Filterable ; all classes from v7 . Now there is this behavior that is annoying. Whenever the keyboard is brought up or closed the contents of the RecyclerView goes blank. The count is still correct but the view is empty. My guess, it has something to do with the Layout size change. Is this behavior normal or something is wrong? How to deal with it? I can show the code but don't quite know which part will be relevant so tell me what can I