mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 13:47:05 +02:00
Fix possible crash in forward box.
This commit is contained in:
parent
92ff07f723
commit
e0dd77f0c3
1 changed files with 2 additions and 0 deletions
|
@ -2282,6 +2282,8 @@ void ParticipantsBoxSearchController::restoreState(
|
|||
_allLoaded = my->allLoaded;
|
||||
_offset = my->offset;
|
||||
_query = my->query;
|
||||
_timer.cancel();
|
||||
_requestId = 0;
|
||||
if (my->wasLoading) {
|
||||
searchOnServer();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue