Renamed rpl::start_with_ with rpl::on_.
This commit is contained in:
@@ -30,12 +30,12 @@ BackButton::BackButton(
|
||||
|
||||
std::move(
|
||||
oneColumnValue
|
||||
) | rpl::start_with_next([=](bool oneColumn) {
|
||||
) | rpl::on_next([=](bool oneColumn) {
|
||||
if (!oneColumn) {
|
||||
_unreadBadgeLifetime.destroy();
|
||||
} else if (!_unreadBadgeLifetime) {
|
||||
_session->data().unreadBadgeChanges(
|
||||
) | rpl::start_with_next([=] {
|
||||
) | rpl::on_next([=] {
|
||||
rtlupdate(
|
||||
0,
|
||||
0,
|
||||
|
||||
Reference in New Issue
Block a user