Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-16 10:52:39 +08:00
parent 2090fd2312
commit 55733d30c5
86 changed files with 1359 additions and 1740 deletions

View File

@@ -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) =>