mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 23:25:15 +00:00
Removed Ui::hideSettingsAndLayer().
This commit is contained in:
@@ -1372,7 +1372,7 @@ void MainWidget::ui_showPeerHistory(
|
||||
|
||||
const auto wasActivePeer = _controller->activeChatCurrent().peer();
|
||||
if (params.activation != anim::activation::background) {
|
||||
Ui::hideSettingsAndLayer();
|
||||
controller()->window().hideSettingsAndLayer();
|
||||
}
|
||||
if (_hider) {
|
||||
_hider->startHide();
|
||||
@@ -1649,7 +1649,7 @@ void MainWidget::showNewSection(
|
||||
}
|
||||
|
||||
if (params.activation != anim::activation::background) {
|
||||
Ui::hideSettingsAndLayer();
|
||||
controller()->window().hideSettingsAndLayer();
|
||||
}
|
||||
|
||||
_controller->dialogsListFocused().set(false, true);
|
||||
|
Reference in New Issue
Block a user