mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 22:42:33 +01:00
chore: Follow up search fix
This commit is contained in:
parent
5516a1ee01
commit
f07fce6de6
@ -116,6 +116,7 @@ class ChatListController extends State<ChatList> with TickerProviderStateMixin {
|
||||
),
|
||||
);
|
||||
}
|
||||
if (!isSearchMode) return;
|
||||
setState(() {
|
||||
isSearching = false;
|
||||
this.roomSearchResult = roomSearchResult;
|
||||
|
Loading…
Reference in New Issue
Block a user