fix: search page

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-17 10:28:18 +08:00
parent 0522dd5ad4
commit 5959288491
4 changed files with 4 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ class _HistorySearchPageState
sliver: SliverGrid(
gridDelegate: Grid.videoCardHDelegate(context, minHeight: 110),
delegate: SliverChildBuilderDelegate(
childCount: list.length,
(context, index) {
if (index == list.length - 1) {
controller.onLoadMore();