Fix voice message playback and end sound order
This commit is contained in:
parent
08e2716e6e
commit
52fa2ddb03
2 changed files with 12 additions and 9 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue