opt: bottomnav/searchbar stream debounce

Closes #590

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-04 11:26:53 +08:00
parent f542565dc5
commit 849329b66b
4 changed files with 19 additions and 13 deletions

View File

@@ -114,4 +114,10 @@ class HomeController extends GetxController
),
);
}
@override
void onClose() {
searchBarStream.close();
super.onClose();
}
}