2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fix crash in removing group emoji set.

This commit is contained in:
John Preston
2024-02-18 20:15:55 +04:00
parent 9a0ea78e0f
commit 13ded3a82e

View File

@@ -2038,6 +2038,7 @@ void StickersBox::Inner::checkGroupLevel(Fn<void()> done) {
if (!_megagroupSetInput) {
save();
return;
} else if (_checkingGroupLevel) {
return;
}