chore: stream home data cache-first then refresh

This commit is contained in:
zypherift
2026-03-05 00:12:23 +01:00
parent 85c2576804
commit b3b40b5e39

View File

@@ -55,7 +55,7 @@ class _HomeMainScreen extends FirkaState<HomeMainScreen> {
}
}
Future<void> fetchData({bool cacheOnly = true}) async {
Future<void> fetchData({bool cacheOnly = false}) async {
final midnight = now.getMidnight();
var lessonsFetched = 0;