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

Split adaptive changed rpl::producer into two.

This commit is contained in:
23rd
2021-06-24 08:33:52 +03:00
committed by John Preston
parent 5dcc219f1c
commit bb76818cc8
12 changed files with 22 additions and 23 deletions

View File

@@ -380,7 +380,7 @@ MainWidget::MainWidget(
}
});
_controller->adaptive().changed(
_controller->adaptive().changes(
) | rpl::start_with_next([=] {
handleAdaptiveLayoutUpdate();
}, lifetime());