mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: show search reloaded data
This commit is contained in:
@@ -110,7 +110,8 @@ class _SearchPanelState extends State<SearchPanel>
|
|||||||
errMsg: data['msg'],
|
errMsg: data['msg'],
|
||||||
fn: () {
|
fn: () {
|
||||||
setState(() {
|
setState(() {
|
||||||
_searchPanelController.onSearch();
|
_futureBuilderFuture =
|
||||||
|
_searchPanelController.onSearch();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user