mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-28 06:15:51 +08:00
opt: hive ce (#1868)
This commit is contained in:
committed by
GitHub
parent
e293083492
commit
e04affd0fe
@@ -54,7 +54,7 @@ abstract class DebounceStreamState<T extends StatefulWidget, S> extends State<T>
|
||||
|
||||
class BaseSearchController extends GetxController {
|
||||
final historyList = List<String>.from(
|
||||
GStorage.historyWord.get('cacheList') ?? [],
|
||||
GStorage.historyWord.get('cacheList') ?? const <String>[],
|
||||
).obs;
|
||||
|
||||
late final Rx<LoadingState<SearchTrendingData>> trendingState;
|
||||
|
||||
Reference in New Issue
Block a user