mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-27 05:45:51 +08:00
m3e loading indicator
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -41,7 +41,7 @@ class _FavPanelState extends State<FavPanel> {
|
||||
Widget get _buildBody {
|
||||
late final list = widget.ctr.favFolderData.value.list!;
|
||||
return switch (loadingState) {
|
||||
Loading() => circularLoading,
|
||||
Loading() => m3eLoading,
|
||||
Success() => ListView.builder(
|
||||
controller: widget.scrollController,
|
||||
itemCount: list.length,
|
||||
|
||||
Reference in New Issue
Block a user