mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
m3e loading indicator
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -68,7 +68,7 @@ class _GroupPanelState extends State<GroupPanel> {
|
||||
|
||||
Widget get _buildBody {
|
||||
return switch (loadingState) {
|
||||
Loading() => circularLoading,
|
||||
Loading() => m3eLoading,
|
||||
Success(:final response) => ListView.builder(
|
||||
controller: widget.scrollController,
|
||||
itemCount: response.length,
|
||||
|
||||
Reference in New Issue
Block a user