mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Add and use only rpl::start_with_*() methods.
This commit is contained in:
@@ -58,7 +58,7 @@ void StickerSetBox::prepare() {
|
||||
|
||||
connect(_inner, SIGNAL(updateButtons()), this, SLOT(onUpdateButtons()));
|
||||
_inner->setInstalled()
|
||||
| rpl::start([this](auto &&setId) {
|
||||
| rpl::start_with_next([this](auto &&setId) {
|
||||
Auth().api().stickerSetInstalled(setId);
|
||||
this->closeBox();
|
||||
}, lifetime());
|
||||
|
Reference in New Issue
Block a user