mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-03-25 04:38:23 +00:00
Fix glitch in single column back button click.
This commit is contained in:
parent
f0b2e445f6
commit
50b120bc22
@ -2297,7 +2297,7 @@ void MainWidget::ui_showPeerHistory(
|
||||
}
|
||||
if (!peerId) {
|
||||
if (Adaptive::OneColumn()) {
|
||||
return true;
|
||||
return _dialogs->isHidden();
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user