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

@@ -213,4 +213,10 @@ class MainController extends GetxController {
})
.toList();
}
@override
void onClose() {
bottomBarStream.close();
super.onClose();
}
}