mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Renamed rpl::start_with_ with rpl::on_.
This commit is contained in:
@@ -116,7 +116,7 @@ struct ResolvedPaper {
|
||||
|
||||
consumer.put_next_copy(rpl::empty);
|
||||
style::PaletteChanged(
|
||||
) | rpl::start_with_next([=] {
|
||||
) | rpl::on_next([=] {
|
||||
if (state->scheduled) {
|
||||
return;
|
||||
}
|
||||
@@ -232,7 +232,7 @@ AbstractSectionWidget::AbstractSectionWidget(
|
||||
theme->repaintBackgroundRequests()
|
||||
);
|
||||
}) | rpl::flatten_latest();
|
||||
}) | rpl::flatten_latest() | rpl::start_with_next([=] {
|
||||
}) | rpl::flatten_latest() | rpl::on_next([=] {
|
||||
update();
|
||||
}, lifetime());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user