Fix a typo bug in replies section scrolling.

This commit is contained in:
John Preston 2024-05-03 11:26:24 +04:00
parent fccaa587e1
commit 19ead551d9

View file

@ -2385,7 +2385,7 @@ bool RepliesWidget::listScrollTo(int top, bool syntetic) {
updateInnerVisibleArea();
}
_synteticScrollEvent = false;
return syntetic;
return scrolled;
}
void RepliesWidget::listCancelRequest() {