diff --git a/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp b/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp index bdd3bdc24..1147922a0 100644 --- a/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp +++ b/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp @@ -2282,6 +2282,8 @@ void ParticipantsBoxSearchController::restoreState( _allLoaded = my->allLoaded; _offset = my->offset; _query = my->query; + _timer.cancel(); + _requestId = 0; if (my->wasLoading) { searchOnServer(); }