Various fixes

This commit is contained in:
Ilya Laktyushin
2025-08-19 12:12:22 +04:00
parent 927d6ad0a8
commit dc4b8cf999
3 changed files with 6 additions and 12 deletions

View File

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