Fix community layer bottom edge case.

This commit is contained in:
John Preston
2026-07-10 11:46:38 +04:00
parent 6fef776697
commit fc6fd2acc2
8 changed files with 35 additions and 13 deletions
@@ -393,6 +393,10 @@ rpl::producer<Wrap> Controller::wrapValue() const {
return _widget->wrapValue();
}
rpl::producer<bool> Controller::contentTillBottomValue() const {
return _widget->contentTillBottomValue();
}
not_null<Ui::RpWidget*> Controller::wrapWidget() const {
return _widget;
}