mirror of https://github.com/procxx/kepka.git
Don't scroll dialogs up (support).
This commit is contained in:
parent
a27e9ad734
commit
a0ff432ac8
|
@ -232,6 +232,9 @@ void DialogsWidget::repaintDialogRow(
|
|||
}
|
||||
|
||||
void DialogsWidget::dialogsToUp() {
|
||||
if (Auth().supportMode()) {
|
||||
return;
|
||||
}
|
||||
if (_filter->getLastText().trimmed().isEmpty() && !_searchInChat) {
|
||||
_scroll->scrollToY(0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue