[Improvement] Scroll to dialog on back button click

This commit is contained in:
Eric Kotato 2022-09-11 06:51:07 +03:00 committed by Eric Kotato
parent 2e0bcb1ead
commit 2ff5d7383c

View file

@ -1479,13 +1479,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();
}