mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-06 01:25:18 +00:00
Allow archive with stories only.
This commit is contained in:
@@ -1419,6 +1419,7 @@ void Widget::updateStoriesVisibility() {
|
||||
if (_scroll->position().overscroll < 0) {
|
||||
_scroll->scrollToY(0);
|
||||
}
|
||||
_scroll->update();
|
||||
} else {
|
||||
_scroll->setOverscrollDefaults(0, 0);
|
||||
_scroll->setOverscrollTypes(Type::Virtual, Type::Real);
|
||||
|
Reference in New Issue
Block a user