Fixed display of compose search when edit media caption.

This commit is contained in:
23rd
2026-01-21 21:29:48 +03:00
parent 68f65ea000
commit b28bb112fe
@@ -8821,7 +8821,8 @@ void HistoryWidget::editMessage(
Window::PeerMenuEditTodoList(controller(), item);
return;
}
} else if (_composeSearch) {
}
if (_composeSearch) {
_composeSearch->hideAnimated();
}