mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-26 23:43:06 +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([=] {
|
) | rpl::start_with_next([=] {
|
||||||
refresh();
|
refresh();
|
||||||
moveSearchIn();
|
moveSearchIn();
|
||||||
|
if (_loadingAnimation) {
|
||||||
|
_loadingAnimation->move(0, searchedOffset());
|
||||||
|
}
|
||||||
}, _searchTags->lifetime());
|
}, _searchTags->lifetime());
|
||||||
} else {
|
} else {
|
||||||
_searchTags = nullptr;
|
_searchTags = nullptr;
|
||||||
|
|
Loading…
Add table
Reference in a new issue