mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Fix crash in forwarded dice media.
This commit is contained in:
@@ -51,6 +51,9 @@ void Dice::draw(Painter &p, const QRect &r, bool selected) {
|
||||
_end->initSize();
|
||||
}
|
||||
}
|
||||
if (!_end) {
|
||||
_drawingEnd = false;
|
||||
}
|
||||
if (_drawingEnd) {
|
||||
_end->draw(p, r, selected);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user