mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Don't crash on topic icon reset.
This commit is contained in:
parent
2781fe2c34
commit
57b752c232
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ void EmojiStatusPanel::startAnimation(
|
||||||
not_null<Ui::RpWidget*> body,
|
not_null<Ui::RpWidget*> body,
|
||||||
DocumentId statusId,
|
DocumentId statusId,
|
||||||
Ui::MessageSendingAnimationFrom from) {
|
Ui::MessageSendingAnimationFrom from) {
|
||||||
if (!_panelButton) {
|
if (!_panelButton || !statusId) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
auto args = HistoryView::Reactions::AnimationArgs{
|
auto args = HistoryView::Reactions::AnimationArgs{
|
||||||
|
|
Loading…
Add table
Reference in a new issue