* tweaks

* opt: semantics
This commit is contained in:
My-Responsitories
2026-06-13 02:43:37 +00:00
committed by dom
parent d159488495
commit 1b3f27aa31
23 changed files with 82 additions and 193 deletions

View File

@@ -88,7 +88,7 @@ class _OrderedMultiSelectDialogState<T>
),
TextButton(
onPressed: () {
assert(_tempValues.values.isSorted((a, b) => a.compareTo(b)));
assert(_tempValues.values.isSorted(Comparable.compare));
Get.back(result: _tempValues.keys.toList());
},
child: const Text('确定'),