We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc11d81 commit 476e66dCopy full SHA for 476e66d
Telegram/SourceFiles/dialogs/dialogs_top_bar_suggestion.cpp
@@ -288,9 +288,8 @@ rpl::producer<Ui::SlideWrap<Ui::RpWidget>*> TopBarSuggestionValue(
288
Fn<void()> callback;
289
base::has_weak_ptr guard;
290
};
291
- const auto button = state->auctionsLifetime.make_state<
292
- Button
293
- >();
+ auto &lifetime = state->auctionsLifetime;
+ const auto button = lifetime.template make_state<Button>();
294
const auto window = FindSessionController(parent);
295
auctions->active(
296
) | rpl::start_with_next([=](ActiveAuctions &&active) {
0 commit comments