chore: Follow up search fix

session-export
Christian Pauly 3 years ago
parent 4dfe06aed2
commit 22ffe8b934

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

Loading…
Cancel
Save