svthalia / Reaxit

The latest ThaliApp built on Flutter.
GNU General Public License v3.0
11 stars 3 forks source link

Fix registration loading in event screen #439

Closed JeeVee11 closed 1 year ago

JeeVee11 commented 1 year ago

Closes #434.

Summary

Fix the view going back to the top when loading more registrations.

How to test

This should ideally be tested with an event with a lot of registrations, but I could not find a way to do this easily. So instead you can set the firstPageSize in the EventCubit to 1 and observe the correct behaviour.

JAicewizard commented 1 year ago

You can merge if you want