mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20: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
|
mode = .voiceChat
|
||||||
case .videoCall:
|
case .videoCall:
|
||||||
mode = .videoChat
|
mode = .videoChat
|
||||||
case .record(_, true, _):
|
case let .record(_, video, withOthers):
|
||||||
mode = .videoRecording
|
if video && !withOthers {
|
||||||
|
mode = .videoRecording
|
||||||
|
} else {
|
||||||
|
mode = .default
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
mode = .default
|
mode = .default
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user