mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-08 12:04:50 +08:00
@@ -49,7 +49,7 @@ class _LiveSearchPageState extends State<LiveSearchPage> {
|
||||
onPressed: _controller.onClear,
|
||||
),
|
||||
),
|
||||
onSubmitted: (value) => _controller.submit(),
|
||||
onSubmitted: _controller.submit,
|
||||
onChanged: (value) {
|
||||
if (value.isEmpty) {
|
||||
_controller.hasData.value = false;
|
||||
|
||||
Reference in New Issue
Block a user