mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Allow empty arg list in rpl next/error handlers.
This commit is contained in:
@@ -246,7 +246,7 @@ void StickersBox::prepare() {
|
||||
setNoContentMargin(true);
|
||||
_tabs->sectionActivated()
|
||||
| rpl::start_with_next(
|
||||
[this](int) { switchTab(); },
|
||||
[this] { switchTab(); },
|
||||
lifetime());
|
||||
refreshTabs();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user