mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-22 09:08:45 +00:00
@@ -37,7 +37,7 @@ class _WhisperBlockPageState extends State<WhisperBlockPage> {
|
||||
LoadingState<List<KeywordBlockingItem>?> loadingState,
|
||||
) {
|
||||
return switch (loadingState) {
|
||||
Loading() => loadingWidget,
|
||||
Loading() => circularLoading,
|
||||
Success(:final response) =>
|
||||
response != null && response.isNotEmpty
|
||||
? Column(
|
||||
|
||||
Reference in New Issue
Block a user