You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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.
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:The text was updated successfully, but these errors were encountered: