From 9c20cf354385498adbfdf7acd02f3757806b90cd Mon Sep 17 00:00:00 2001 From: John Preston Date: Sat, 19 Dec 2020 18:39:29 +0400 Subject: [PATCH] Beta version 2.4.15: Fix build on macOS. --- Telegram/SourceFiles/calls/calls_top_bar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/calls/calls_top_bar.cpp b/Telegram/SourceFiles/calls/calls_top_bar.cpp index 550408083..deade4dfb 100644 --- a/Telegram/SourceFiles/calls/calls_top_bar.cpp +++ b/Telegram/SourceFiles/calls/calls_top_bar.cpp @@ -288,7 +288,7 @@ void TopBar::initControls() { auto muted = _call ? rpl::combine( _call->mutedValue() | rpl::map(mapToState), - rpl::single(false)) + rpl::single(false)) | rpl::type_erased() : rpl::combine( (_groupCall->mutedValue() | MapPushToTalkToActive()