mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-07 04:05:17 +00:00
Fix community layer bottom edge case.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user