Replaced Application::appDeactivates with appDeactivatedValue.

This commit is contained in:
23rd
2020-12-06 18:01:37 +03:00
parent 628a02d99c
commit 54567a4253
4 changed files with 14 additions and 9 deletions
@@ -223,7 +223,7 @@ GroupPanel::GroupPanel(not_null<GroupCall*> call)
, _settings(widget(), st::groupCallSettings)
, _mute(std::make_unique<Ui::CallMuteButton>(
widget(),
Core::App().appDeactivates(),
Core::App().appDeactivatedValue(),
Ui::CallMuteButtonState{
.text = tr::lng_group_call_connecting(tr::now),
.type = Ui::CallMuteButtonType::Connecting,