mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-30 07:15:51 +08:00
m3e loading indicator
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -37,7 +37,7 @@ class _WhisperBlockPageState extends State<WhisperBlockPage> {
|
||||
LoadingState<List<KeywordBlockingItem>?> loadingState,
|
||||
) {
|
||||
return switch (loadingState) {
|
||||
Loading() => circularLoading,
|
||||
Loading() => m3eLoading,
|
||||
Success(:final response) =>
|
||||
response != null && response.isNotEmpty
|
||||
? Column(
|
||||
|
||||
Reference in New Issue
Block a user