mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix crash in removing group emoji set.
This commit is contained in:
parent
9a0ea78e0f
commit
13ded3a82e
1 changed files with 1 additions and 0 deletions
|
@ -2038,6 +2038,7 @@ void StickersBox::Inner::checkGroupLevel(Fn<void()> done) {
|
||||||
|
|
||||||
if (!_megagroupSetInput) {
|
if (!_megagroupSetInput) {
|
||||||
save();
|
save();
|
||||||
|
return;
|
||||||
} else if (_checkingGroupLevel) {
|
} else if (_checkingGroupLevel) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue