diff --git a/Telegram/SourceFiles/boxes/stickers_box.cpp b/Telegram/SourceFiles/boxes/stickers_box.cpp index 2426906e5..8a88acfba 100644 --- a/Telegram/SourceFiles/boxes/stickers_box.cpp +++ b/Telegram/SourceFiles/boxes/stickers_box.cpp @@ -2038,6 +2038,7 @@ void StickersBox::Inner::checkGroupLevel(Fn done) { if (!_megagroupSetInput) { save(); + return; } else if (_checkingGroupLevel) { return; }