mod: 推荐、搜索页添加时间,修复视频搜索页无法筛选和回顶

This commit is contained in:
orz12
2024-01-20 21:05:01 +08:00
parent dc4bb75e55
commit e3fd70d9e6
4 changed files with 50 additions and 16 deletions

View File

@@ -43,7 +43,7 @@ class _SearchPanelState extends State<SearchPanel>
keyword: widget.keyword,
searchType: widget.searchType,
),
tag: widget.searchType!.type + widget.keyword!,
tag: widget.searchType!.type,
);
scrollController = _searchPanelController.scrollController;
scrollController.addListener(() async {