mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-08 19:17:49 +08:00
m3e loading indicator
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -73,7 +73,7 @@ class _MemberHomeState extends State<MemberHome>
|
||||
final isOwner = setting != null;
|
||||
final color = Theme.of(context).colorScheme.outline;
|
||||
return switch (loadingState) {
|
||||
Loading() => circularLoading,
|
||||
Loading() => m3eLoading,
|
||||
Success(response: final res) =>
|
||||
res != null
|
||||
? CustomScrollView(
|
||||
|
||||
Reference in New Issue
Block a user