mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Fix search input not in the end of the query.
This commit is contained in:
parent
e9e347fa6c
commit
59c016e4ce
1 changed files with 3 additions and 1 deletions
|
@ -3005,7 +3005,9 @@ bool Widget::applySearchState(SearchState state) {
|
|||
controller()->closeFolder();
|
||||
}
|
||||
|
||||
setSearchQuery(_searchState.query);
|
||||
if (_searchState.query != currentSearchQuery()) {
|
||||
setSearchQuery(_searchState.query);
|
||||
}
|
||||
_inner->applySearchState(_searchState);
|
||||
|
||||
if (!_postponeProcessSearchFocusChange) {
|
||||
|
|
Loading…
Add table
Reference in a new issue