remove warning

This commit is contained in:
guozhigq
2023-08-14 18:13:08 +08:00
parent 9b7d6d105a
commit 188cdbc64a
28 changed files with 26 additions and 49 deletions

View File

@ -49,7 +49,7 @@ class _SearchPanelState extends State<SearchPanel>
scrollController.position.maxScrollExtent - 100) {
if (!_isLoadingMore) {
_isLoadingMore = true;
await _searchPanelController!.onSearch(type: 'onLoad');
await _searchPanelController.onSearch(type: 'onLoad');
_isLoadingMore = false;
}
}