mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Voice Chat volume UI
This commit is contained in:
@@ -873,6 +873,10 @@ public final class VoiceChatController: ViewController {
|
||||
})
|
||||
})))
|
||||
}
|
||||
|
||||
items.append(.custom(VoiceChatVolumeContextItem(value: 1.0, valueChanged: { newValue in
|
||||
strongSelf.call.setVolume(peerId: peer.id, volume: Double(newValue))
|
||||
})))
|
||||
}
|
||||
|
||||
guard !items.isEmpty else {
|
||||
|
||||
Reference in New Issue
Block a user