mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: use interactiveviewer gallery
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -217,7 +217,7 @@ class _SearchPageState extends State<SearchPage> with RouteAware {
|
||||
return switch (loadingState) {
|
||||
Success() => (loadingState.response as List?)?.isNotEmpty == true
|
||||
? LayoutBuilder(
|
||||
builder: (_, constraints) => HotKeyword(
|
||||
builder: (context, constraints) => HotKeyword(
|
||||
width: constraints.maxWidth,
|
||||
hotSearchList: loadingState.response,
|
||||
onClick: _searchController.onClickKeyword,
|
||||
|
||||
Reference in New Issue
Block a user