diff --git a/Telegram/SourceFiles/mainwidget.cpp b/Telegram/SourceFiles/mainwidget.cpp index 0a8962715..20a4a994d 100644 --- a/Telegram/SourceFiles/mainwidget.cpp +++ b/Telegram/SourceFiles/mainwidget.cpp @@ -1467,13 +1467,13 @@ void MainWidget::ui_showPeerHistory( } if (_dialogs && !_dialogs->isHidden()) { - if (!back) { + // if (!back) { if (const auto history = _history->history()) { _dialogs->scrollToEntry(Dialogs::RowDescriptor( history, FullMsgId(history->peer->id, showAtMsgId))); } - } + // } _dialogs->update(); }