chore: Follow up search fix

This commit is contained in:
Christian Pauly 2022-07-09 19:30:55 +02:00
parent 5516a1ee01
commit f07fce6de6
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ class ChatListController extends State<ChatList> with TickerProviderStateMixin {
), ),
); );
} }
if (!isSearchMode) return;
setState(() { setState(() {
isSearching = false; isSearching = false;
this.roomSearchResult = roomSearchResult; this.roomSearchResult = roomSearchResult;