mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 23:55:12 +00:00
Add and use only rpl::start_with_*() methods.
This commit is contained in:
@@ -63,7 +63,7 @@ TabbedPanel::TabbedPanel(
|
||||
}
|
||||
});
|
||||
_selector->showRequests()
|
||||
| rpl::start([this](auto&&) {
|
||||
| rpl::start_with_next([this](auto&&) {
|
||||
this->showFromSelector();
|
||||
}, lifetime());
|
||||
|
||||
|
Reference in New Issue
Block a user