mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-27 22:05:53 +08:00
opt: pages
Closes #644 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -155,9 +155,9 @@ class _HomePageState extends State<HomePage>
|
||||
return StreamBuilder(
|
||||
stream: _homeController.hideSearchBar
|
||||
? _mainController.navSearchStreamDebounce
|
||||
? _homeController.searchBarStream.stream
|
||||
? _homeController.searchBarStream?.stream
|
||||
.throttle(const Duration(milliseconds: 500))
|
||||
: _homeController.searchBarStream.stream
|
||||
: _homeController.searchBarStream?.stream
|
||||
: null,
|
||||
initialData: true,
|
||||
builder: (BuildContext context, AsyncSnapshot snapshot) {
|
||||
|
||||
Reference in New Issue
Block a user