mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-18 09:36:52 +08:00
fix: search hotword error widget
This commit is contained in:
@@ -189,11 +189,15 @@ class _SearchPageState extends State<SearchPage> with RouteAware {
|
||||
);
|
||||
} else {
|
||||
return CustomScrollView(
|
||||
shrinkWrap: true,
|
||||
slivers: [
|
||||
HttpError(
|
||||
errMsg: data['msg'],
|
||||
fn: () => setState(() {}),
|
||||
)
|
||||
fn: () => setState(() {
|
||||
_futureBuilderFuture =
|
||||
_searchController.queryHotSearchList();
|
||||
}),
|
||||
),
|
||||
],
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user