Merge commit 'dc4b8cf99900325f7bf4f1275d57ec84a9b40b1a'

This commit is contained in:
Isaac
2025-08-19 17:24:36 +02:00
5 changed files with 29 additions and 25 deletions

View File

@@ -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,