handle viewinsets

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-24 23:55:20 +08:00
parent 12f7c88786
commit 3b16abf204
19 changed files with 88 additions and 75 deletions

View File

@@ -138,7 +138,7 @@ class SSearchController extends GetxController
}
// 搜索
Future<void> submit() async {
Future<void> submit([_]) async {
if (controller.text.isEmpty) {
if (hintText.isNullOrEmpty) {
return;