mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +02:00
Fix glitch in single column back button click.
This commit is contained in:
parent
f0b2e445f6
commit
50b120bc22
1 changed files with 1 additions and 1 deletions
|
@ -2297,7 +2297,7 @@ void MainWidget::ui_showPeerHistory(
|
|||
}
|
||||
if (!peerId) {
|
||||
if (Adaptive::OneColumn()) {
|
||||
return true;
|
||||
return _dialogs->isHidden();
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue