diff --git a/Telegram/SourceFiles/calls/calls_top_bar.cpp b/Telegram/SourceFiles/calls/calls_top_bar.cpp index 4c51f08046..ab91675552 100644 --- a/Telegram/SourceFiles/calls/calls_top_bar.cpp +++ b/Telegram/SourceFiles/calls/calls_top_bar.cpp @@ -258,7 +258,8 @@ void TopBar::initControls() { ? _call->mutedValue() | rpl::map(mapToState) : (_groupCall->mutedValue() | MapPushToTalkToActive() - | rpl::distinct_until_changed()); + | rpl::distinct_until_changed() + | rpl::type_erased()); std::move( muted ) | rpl::start_with_next([=](MuteState state) {