Fixed display of loading animation from search in Saved Messages.

This commit is contained in:
23rd 2025-06-03 18:28:11 +03:00
parent b4120b156e
commit 8b2a728a0d

View file

@ -3382,6 +3382,9 @@ void InnerWidget::applySearchState(SearchState state) {
) | rpl::start_with_next([=] {
refresh();
moveSearchIn();
if (_loadingAnimation) {
_loadingAnimation->move(0, searchedOffset());
}
}, _searchTags->lifetime());
} else {
_searchTags = nullptr;