mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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();
|
noSelectingScroll();
|
||||||
_nonEmptySelection = false;
|
_nonEmptySelection = false;
|
||||||
_itemRevealPending.clear();
|
_itemRevealPending.clear();
|
||||||
|
_itemRevealAnimations.clear();
|
||||||
|
_itemsRevealHeight = 0;
|
||||||
|
|
||||||
if (_peer) {
|
if (_peer) {
|
||||||
_history = _peer->owner().history(_peer);
|
_history = _peer->owner().history(_peer);
|
||||||
|
|
Loading…
Add table
Reference in a new issue