Filter Functionality Not Working Properly #1151
Labels
Category: Coding
Changes to code base or refactored code that doesn't fix a bug.
Open Source Hack
Status: Available
Issue was approved and available to claim or abandoned for over 3 days.
Type: Bug
Bug or Bug fixes.
Describe the bug
In Member Page, the list having users do not have all the users to show in recycler view, due to which Filter Functionality is not working properly.
(If you use logcat to check the size of user list before passing it in recycler view, it generally shows 20 or 40 but the database has way more users than that.)
For example - There are users present in the database with Location 'India', but if you go to Member page and Filter out users with location 'India', you will see a blank page.
Now, if you go to member page and scroll down the recycler view till the end and then apply the same filter you will see all the user with location 'India'.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After applying filter, we should be able to see relevant data.
Screenshots
Without Scrolling Recycler View Till The End :
After Scrolling Recycler View Till The End :
Smartphone (please complete the following information):
Additional context
Even after filtering out the result after scrolling member page till the end, if you refresh the filter result page, it again goes to blank.
The text was updated successfully, but these errors were encountered: