Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-15 12:37:05 +08:00
parent a2d5ecc51e
commit 14ae61f891
7 changed files with 8 additions and 8 deletions

View File

@@ -111,7 +111,7 @@ class _SearchUserPanelState
}
@override
Widget get builLoading => SliverGrid.builder(
Widget get buildLoading => SliverGrid.builder(
gridDelegate: gridDelegate,
itemBuilder: (context, index) => const MsgFeedTopSkeleton(),
itemCount: 10,