Voice Chat UI fixes

This commit is contained in:
Ilya Laktyushin 2020-11-28 14:51:03 +04:00
parent 166aa6cf30
commit 86259ac889

View File

@ -924,7 +924,7 @@ public final class VoiceChatController: ViewController {
soundImage = .speaker
case .speaker:
soundImage = .speaker
// soundAppearance = .blurred(isFilled: true)
soundAppearance = .blurred(isFilled: true)
case .headphones:
soundImage = .bluetooth
case let .bluetooth(type):