2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Display feed userpic in single column layout.

This commit is contained in:
John Preston
2018-01-30 17:31:25 +03:00
parent 9f3048c1dc
commit 5ebecb4de3
9 changed files with 189 additions and 24 deletions

View File

@@ -2203,6 +2203,11 @@ void MainWidget::ui_showPeerHistory(
}
updateControlsGeometry();
if (noPeer) {
_controller->setActiveChatEntry(Dialogs::Key());
}
if (onlyDialogs) {
_history->hide();
if (!_a_show.animating()) {
@@ -2250,10 +2255,6 @@ void MainWidget::ui_showPeerHistory(
_dialogs->update();
}
if (noPeer) {
_controller->setActiveChatEntry(Dialogs::Key());
}
checkFloatPlayerVisibility();
}