Serie Context Menu
This commit is contained in:
@@ -31,7 +31,11 @@ final seriesGroupedProvider =
|
||||
continue; // retry same offset with smaller page
|
||||
}
|
||||
// If we already have some data, return partial results to unblock UI
|
||||
if (items.isNotEmpty) break; else rethrow;
|
||||
if (items.isNotEmpty) {
|
||||
break;
|
||||
} else {
|
||||
rethrow;
|
||||
}
|
||||
}
|
||||
consecutiveFailures = 0;
|
||||
if (page.isEmpty) break;
|
||||
|
||||
Reference in New Issue
Block a user