Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-01-15 18:19:51 +08:00
parent 25148509d2
commit d2f8aff421
21 changed files with 217 additions and 142 deletions

View File

@@ -66,7 +66,7 @@ class _SettingsSearchPageState
onPressed: () {
if (_textEditingController.text.isNotEmpty) {
_textEditingController.clear();
_list.value = <SettingsModel>[];
_list.clear();
} else {
Get.back();
}