mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix crash in messages animation.
This commit is contained in:
parent
99505b4ee2
commit
b27dc4ef8d
1 changed files with 2 additions and 0 deletions
|
@ -1916,6 +1916,8 @@ void HistoryWidget::showHistory(
|
|||
noSelectingScroll();
|
||||
_nonEmptySelection = false;
|
||||
_itemRevealPending.clear();
|
||||
_itemRevealAnimations.clear();
|
||||
_itemsRevealHeight = 0;
|
||||
|
||||
if (_peer) {
|
||||
_history = _peer->owner().history(_peer);
|
||||
|
|
Loading…
Add table
Reference in a new issue