mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-27 04:40:15 +08:00
@@ -156,10 +156,7 @@ class _MemberOpusState extends State<MemberOpus>
|
||||
return switch (loadingState) {
|
||||
Loading() => SliverWaterfallFlow(
|
||||
gridDelegate: gridDelegate,
|
||||
delegate: SliverChildBuilderDelegate(
|
||||
(context, index) => const SpaceOpusSkeleton(),
|
||||
childCount: 10,
|
||||
),
|
||||
delegate: opusDelegate,
|
||||
),
|
||||
Success(:final response) =>
|
||||
response != null && response.isNotEmpty
|
||||
|
||||
Reference in New Issue
Block a user