mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-25 23:13:11 +02:00
Fixed display of loading animation from search in Saved Messages.
This commit is contained in:
parent
b4120b156e
commit
8b2a728a0d
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue