mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 19:14:42 +08:00
@@ -19,8 +19,13 @@ class SearchUserPanel extends CommonSearchPanel {
|
||||
State<SearchUserPanel> createState() => _SearchUserPanelState();
|
||||
}
|
||||
|
||||
class _SearchUserPanelState extends CommonSearchPanelState<SearchUserPanel,
|
||||
SearchUserData, SearchUserItemModel> {
|
||||
class _SearchUserPanelState
|
||||
extends
|
||||
CommonSearchPanelState<
|
||||
SearchUserPanel,
|
||||
SearchUserData,
|
||||
SearchUserItemModel
|
||||
> {
|
||||
@override
|
||||
late final SearchUserController controller = Get.put(
|
||||
SearchUserController(
|
||||
|
||||
Reference in New Issue
Block a user