mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Merge commit 'dc4b8cf99900325f7bf4f1275d57ec84a9b40b1a'
This commit is contained in:
@@ -9861,16 +9861,6 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
|
||||
}
|
||||
}
|
||||
),
|
||||
TextAlertAction(
|
||||
type: .destructiveAction,
|
||||
title: self.presentationData.strings.Conversation_StopVoiceMessageDiscardAction,
|
||||
action: { [weak self] in
|
||||
self?.stopMediaRecorder()
|
||||
Queue.mainQueue().after(0.1) {
|
||||
action()
|
||||
}
|
||||
}
|
||||
),
|
||||
TextAlertAction(
|
||||
type: .genericAction,
|
||||
title: self.presentationData.strings.Common_Cancel,
|
||||
|
||||
Reference in New Issue
Block a user