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

Add shared media empty placeholders.

This commit is contained in:
John Preston
2017-11-14 21:22:44 +04:00
parent fafcd02e7c
commit 8dfccf55d1
29 changed files with 257 additions and 18 deletions

View File

@@ -87,6 +87,7 @@ Widget::Widget(
_inner = setInnerWidget(object_ptr<InnerWidget>(
this,
controller));
_inner->setScrollHeightValue(scrollHeightValue());
_inner->scrollToRequests()
| rpl::start_with_next([this](Ui::ScrollToRequest request) {
scrollTo(request);