mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-05 01:27:49 +08:00
m3e loading indicator
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -68,7 +68,7 @@ class _MemberPageState extends State<MemberPage> {
|
||||
color: theme.surface,
|
||||
child: Obx(
|
||||
() => switch (_userController.loadingState.value) {
|
||||
Loading() => circularLoading,
|
||||
Loading() => m3eLoading,
|
||||
Success(:final response) => ExtendedNestedScrollView(
|
||||
key: _userController.key,
|
||||
onlyOneScrollInBody: true,
|
||||
|
||||
Reference in New Issue
Block a user