Skip to content

Subscriptions pagination fix

Martin Santangelo requested to merge subscriptions-pagination-fix into develop

Ticket(s) / Related Merge Requests

#5366 (closed)

Summary of Changes

  • Fixed the subscriptions pagination:
    • The onEndReached was not triggered because the list was contained inside a ScrollView that was wrapping the entire screen.
    • The pagination was using the wrong offset parameter for the endpoints
  • I also improved the estimated size of the items on the list (Improving the behavior of the flash-list with the group components)

Testing Considerations

Open channels -> subscribers and channels -> subscriptions

Regression Scope

Only channel subscriptions / subscribers should be affected

Platform Affected (web, mobile, etc)

both

Developer Testing Completed

Android 👍

Screenshots

demopagination

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Merge request reports