mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 03:31:09 +08:00
@@ -215,7 +215,7 @@ class SSearchController extends GetxController
|
||||
|
||||
@override
|
||||
Future<void> onValueChanged(String value) async {
|
||||
var res = await SearchHttp.searchSuggest(term: value);
|
||||
final res = await SearchHttp.searchSuggest(term: value);
|
||||
if (res case Success(:final response)) {
|
||||
if (response.tag?.isNotEmpty == true) {
|
||||
searchSuggestList.value = response.tag!;
|
||||
|
||||
Reference in New Issue
Block a user