Renamed rpl::start_with_ with rpl::on_.

This commit is contained in:
23rd
2025-12-10 20:51:57 +03:00
parent 29b714dd5f
commit eca8dfb0ec
623 changed files with 4524 additions and 4524 deletions
@@ -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());
}