mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Various fixes
This commit is contained in:
@@ -9826,16 +9826,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