Beta version 2.4.12: Fix Release build on macOS.

This commit is contained in:
John Preston 2020-12-09 12:40:11 +04:00
parent d55a05739b
commit 468597f54d
1 changed files with 2 additions and 1 deletions

View File

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