mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +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 (!peerId) {
|
||||||
if (Adaptive::OneColumn()) {
|
if (Adaptive::OneColumn()) {
|
||||||
return true;
|
return _dialogs->isHidden();
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue