mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 11:23:48 +00:00
Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios
This commit is contained in:
commit
1b8a7d5149
Binary file not shown.
BIN
submodules/PremiumUI/Resources/coin_edge.png
Normal file
BIN
submodules/PremiumUI/Resources/coin_edge.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 332 B |
@ -817,8 +817,12 @@ public final class ManagedAudioSession: NSObject {
|
||||
mode = .voiceChat
|
||||
case .videoCall:
|
||||
mode = .videoChat
|
||||
case .record(_, true, _):
|
||||
mode = .videoRecording
|
||||
case let .record(_, video, withOthers):
|
||||
if video && !withOthers {
|
||||
mode = .videoRecording
|
||||
} else {
|
||||
mode = .default
|
||||
}
|
||||
default:
|
||||
mode = .default
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user