mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-25 06:52:35 +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(() {
|
setState(() {
|
||||||
isSearching = false;
|
isSearching = false;
|
||||||
this.roomSearchResult = roomSearchResult;
|
this.roomSearchResult = roomSearchResult;
|
||||||
|
Loading…
Reference in New Issue
Block a user