mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-23 20:12:35 +08:00
@@ -59,10 +59,8 @@ class SSearchController extends GetxController {
|
||||
controller.text = Get.parameters['text']!;
|
||||
}
|
||||
|
||||
if (recordSearchHistory.value) {
|
||||
historyList =
|
||||
List<String>.from(GStorage.historyWord.get('cacheList') ?? []).obs;
|
||||
}
|
||||
historyList =
|
||||
List<String>.from(GStorage.historyWord.get('cacheList') ?? []).obs;
|
||||
|
||||
if (searchSuggestion) {
|
||||
_ctr = StreamController<String>();
|
||||
|
||||
Reference in New Issue
Block a user