Beta version 2.4.15: Fix build on macOS.

This commit is contained in:
John Preston 2020-12-19 18:39:29 +04:00
parent 4ef2918bcc
commit 9c20cf3543

View file

@ -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()