mirror of https://github.com/procxx/kepka.git
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