diff --git a/Telegram/SourceFiles/history/history_widget.cpp b/Telegram/SourceFiles/history/history_widget.cpp index cf0f7f510..8925958e8 100644 --- a/Telegram/SourceFiles/history/history_widget.cpp +++ b/Telegram/SourceFiles/history/history_widget.cpp @@ -1916,6 +1916,8 @@ void HistoryWidget::showHistory( noSelectingScroll(); _nonEmptySelection = false; _itemRevealPending.clear(); + _itemRevealAnimations.clear(); + _itemsRevealHeight = 0; if (_peer) { _history = _peer->owner().history(_peer);