mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 14:08:41 +00:00
Beta version 2.4.15: Fix build on macOS.
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user