diff --git a/auth/lib/ui/home_page.dart b/auth/lib/ui/home_page.dart index fd549f20d..76cc8d4dc 100644 --- a/auth/lib/ui/home_page.dart +++ b/auth/lib/ui/home_page.dart @@ -206,6 +206,7 @@ class _HomePageState extends State { _showSearchBox = !_showSearchBox; if (!_showSearchBox) { _textController.clear(); + _searchText = ""; } else { _searchText = _textController.text; }