Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-06 12:25:09 +08:00
parent 42e082bbc6
commit 40269da391
3 changed files with 17 additions and 7 deletions

View File

@@ -32,6 +32,12 @@ abstract class CommonSearchPanelState<
@override
bool get wantKeepAlive => true;
@override
void dispose() {
controller.cancelListener();
super.dispose();
}
@override
Widget build(BuildContext context) {
super.build(context);