mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Don't check recorded voice note size if discarding.
This commit is contained in:
committed by
Cody Henthorne
parent
61c2e59f41
commit
0d6db1305e
@@ -152,7 +152,7 @@ class VoiceMessageRecordingDelegate(
|
||||
fun discardRecording() {
|
||||
saveDraft = false
|
||||
shouldSend = false
|
||||
audioRecorder.stopRecording()
|
||||
audioRecorder.discardRecording()
|
||||
}
|
||||
|
||||
fun saveDraft() {
|
||||
|
||||
Reference in New Issue
Block a user