1
0
forked from firka/firka

chore: stream home data cache-first then refresh

This commit is contained in:
zypherift
2026-03-05 00:12:23 +01:00
committed by Armand
parent 427b6f8086
commit 4239ffa00c

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;