Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the Schedule Page double RefreshIndicator #1497

Open
Tracked by #1479
Granja5 opened this issue Feb 25, 2025 · 2 comments
Open
Tracked by #1479

Remove the Schedule Page double RefreshIndicator #1497

Granja5 opened this issue Feb 25, 2025 · 2 comments
Assignees

Comments

@Granja5
Copy link

Granja5 commented Feb 25, 2025

The onNullContent has two RefreshIndicators at the same time, but when there is content it works fine:

If we remove the refresh indicator that is wrapping the LazyConsumer the one in the center of the screen disappears (instead the image stays while the refresh is happening): RefreshIndicator(onRefresh: () async { await context.read<LectureProvider>().forceRefresh(context); },. But I think the desired behaviour would be the same as in the Courses Page, where the top refresh indicator disappears when we center one appears:

This was referenced Feb 25, 2025
@DGoiana
Copy link
Collaborator

DGoiana commented Mar 3, 2025

It should. Are you open to fix it?

@Granja5
Copy link
Author

Granja5 commented Mar 3, 2025

It should. Are you open to fix it?

This week I am not home and have limited access to a computer and internet, so I cannot have ready in time for the release. If you don't mind it being fixed after I can be the one doing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants