mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 23:58:13 +08:00
m3e loading indicator
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -151,7 +151,7 @@ class _WhisperDetailPageState
|
||||
|
||||
Widget _buildBody(LoadingState<List<Msg>?> loadingState) {
|
||||
return switch (loadingState) {
|
||||
Loading() => circularLoading,
|
||||
Loading() => m3eLoading,
|
||||
Success(:final response) =>
|
||||
response != null && response.isNotEmpty
|
||||
? ChatListView.separated(
|
||||
|
||||
Reference in New Issue
Block a user