Skip to content

Fix subscriptions pagination issue

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

Ticket(s) / Related Merge Requests

#5084 (closed)

Summary of Changes

The issue was caused because of an optimization of the FeedList component (v1) and the fact that the FeedStore was updating the entities and the loading state in different actions. Together these were causing the "End reached" event of the FlashList to not be fired again since the component was not rendered after the loading state change.

  • Changelog file updated with this template (one or more)
    • Added for new features.
    • Changed for changes in existing functionality.
    • Deprecated for soon-to-be removed features.
    • Removed for now removed features.
    • Fixed for any bug fixes.
    • Security in case of vulnerabilities.

Testing Considerations

More than 12 items should be shown on the subscriptions list

Regression Scope

Feeds loading state may be affected

Platform Affected (web, mobile, etc)

both

Developer Testing Completed

Android device

Screenshots

Screenrecorder-2023-07-28-15-10-40-997

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Merge request reports