mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various fixes
This commit is contained in:
@@ -183,7 +183,7 @@ private final class LegacyComponentsGlobalsProviderImpl: NSObject, LegacyCompone
|
||||
switch type {
|
||||
case TGAudioSessionTypePlayAndRecord, TGAudioSessionTypePlayAndRecordHeadphones:
|
||||
if legacyContext.sharedContext.currentMediaInputSettings.with({ $0 }).pauseMusicOnRecording {
|
||||
convertedType = .record(speaker: false)
|
||||
convertedType = .record(speaker: false, withOthers: false)
|
||||
} else {
|
||||
convertedType = .recordWithOthers
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user