Fix glitch in single column back button click.

This commit is contained in:
John Preston 2018-01-07 15:11:12 +03:00
parent f0b2e445f6
commit 50b120bc22

View File

@ -2297,7 +2297,7 @@ void MainWidget::ui_showPeerHistory(
}
if (!peerId) {
if (Adaptive::OneColumn()) {
return true;
return _dialogs->isHidden();
} else {
return false;
}