2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Beta version 1.6.4: Update dialogs up button position when resize.

This commit is contained in:
23rd
2019-04-05 18:37:39 +03:00
parent 53c659cbda
commit 467f1449ab

View File

@@ -1456,6 +1456,9 @@ void DialogsWidget::updateControlsGeometry() {
} else {
onListScroll();
}
if (_scrollToTopIsShown) {
updateScrollUpPosition();
}
}
void DialogsWidget::updateForwardBar() {