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

@@ -79,9 +79,7 @@ class _AtMePageState extends State<AtMePage> {
return switch (loadingState) {
Loading() => SliverList.builder(
itemCount: 12,
itemBuilder: (context, index) {
return const MsgFeedTopSkeleton();
},
itemBuilder: (context, index) => const MsgFeedTopSkeleton(),
),
Success(:var response) =>
response?.isNotEmpty == true