android-client
android-client copied to clipboard
Clients list doesn't load more clients
Summary:
Clients list doesn't load more clients even after scrolling to the very end of the list
Steps to reproduce:
- Log in to app with total clients > 100 (or greater than the default limit used by
loadClients()
) - Go to the Clients screen
- Scroll to the very bottom of the list
Expected behaviour:
Next page of clients will be loaded below
Observed behaviour:
Still the same list of clients was shown. Checking the logcat, the app did make the GET request containing the correct offset
query param value, and the response was successful.
Device and Android version:
Pixel XL, Android 9 (from AVD) Samsung Galaxy s10+, Android 11 (real device, stock ROM)
@theVernon124 Are you sure about this error, since it worked fine in my device.
This issue has been already resolved.