mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
@@ -117,7 +117,7 @@ class _MainReplyPageState extends State<MainReplyPage> {
|
||||
itemBuilder: (_, _) => const VideoReplySkeleton(),
|
||||
prototypeItem: const VideoReplySkeleton(),
|
||||
),
|
||||
Success(:var response) =>
|
||||
Success(:final response) =>
|
||||
response != null && response.isNotEmpty
|
||||
? SliverList.builder(
|
||||
itemCount: response.length + 1,
|
||||
|
||||
Reference in New Issue
Block a user