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;
}