mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-26 20:16:26 +08:00
@@ -19,8 +19,13 @@ class SearchLivePanel extends CommonSearchPanel {
|
||||
State<SearchLivePanel> createState() => _SearchLivePanelState();
|
||||
}
|
||||
|
||||
class _SearchLivePanelState extends CommonSearchPanelState<SearchLivePanel,
|
||||
SearchLiveData, SearchLiveItemModel> {
|
||||
class _SearchLivePanelState
|
||||
extends
|
||||
CommonSearchPanelState<
|
||||
SearchLivePanel,
|
||||
SearchLiveData,
|
||||
SearchLiveItemModel
|
||||
> {
|
||||
@override
|
||||
late final controller = Get.put(
|
||||
SearchPanelController<SearchLiveData, SearchLiveItemModel>(
|
||||
|
||||
Reference in New Issue
Block a user