From 13ded3a82e199af192a6fc1bf53a65f3ebd45e40 Mon Sep 17 00:00:00 2001 From: John Preston Date: Sun, 18 Feb 2024 20:15:55 +0400 Subject: [PATCH] Fix crash in removing group emoji set. --- Telegram/SourceFiles/boxes/stickers_box.cpp | 1 + 1 file changed, 1 insertion(+) 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; }