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:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user