mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-30 15:25:47 +08:00
@@ -15,8 +15,13 @@ class HistorySearchPage extends CommonSearchPage {
|
||||
State<HistorySearchPage> createState() => _HistorySearchPageState();
|
||||
}
|
||||
|
||||
class _HistorySearchPageState extends CommonSearchPageState<HistorySearchPage,
|
||||
HistoryData, HistoryItemModel> {
|
||||
class _HistorySearchPageState
|
||||
extends
|
||||
CommonSearchPageState<
|
||||
HistorySearchPage,
|
||||
HistoryData,
|
||||
HistoryItemModel
|
||||
> {
|
||||
@override
|
||||
final HistorySearchController controller = Get.put(
|
||||
HistorySearchController(),
|
||||
|
||||
Reference in New Issue
Block a user