chore: Follow up search fix

This commit is contained in:
Christian Pauly 2022-07-09 19:30:55 +02:00
parent 4dfe06aed2
commit 22ffe8b934

View file

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