Fix voice message playback and end sound order

This commit is contained in:
ayumi-signal 2023-09-06 11:06:30 -07:00 committed by GitHub
parent 08e2716e6e
commit 52fa2ddb03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 9 deletions

View file

@ -124,11 +124,11 @@ export class Sound {
}
if (soundStyle === SoundType.VoiceNoteEnd) {
return 'sounds/state-change_confirm-down.ogg';
return 'sounds/state-change_confirm-up.ogg';
}
if (soundStyle === SoundType.VoiceNoteStart) {
return 'sounds/state-change_confirm-up.ogg';
return 'sounds/state-change_confirm-down.ogg';
}
if (soundStyle === SoundType.Whoosh) {