mirror of https://github.com/procxx/kepka.git
parent
90a1cea515
commit
c209aedb22
|
@ -254,6 +254,10 @@ void Sticker::unloadLottie() {
|
|||
if (!_lottie) {
|
||||
return;
|
||||
}
|
||||
if (_diceIndex > 0 && _lastDiceFrame.isNull()) {
|
||||
_nextLastDiceFrame = false;
|
||||
_lottieOncePlayed = false;
|
||||
}
|
||||
_lottie = nullptr;
|
||||
_parent->data()->history()->owner().unregisterHeavyViewPart(_parent);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue