mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-26 20:16:26 +08:00
@@ -188,9 +188,7 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
|
||||
Widget _buildBody(ThemeData theme, double bottom, LoadingState loadingState) {
|
||||
return switch (loadingState) {
|
||||
Loading() => SliverList.builder(
|
||||
itemBuilder: (BuildContext context, index) {
|
||||
return const VideoReplySkeleton();
|
||||
},
|
||||
itemBuilder: (context, index) => const VideoReplySkeleton(),
|
||||
itemCount: 5,
|
||||
),
|
||||
Success(:var response) =>
|
||||
|
||||
Reference in New Issue
Block a user