mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Don't pause the audio when we hide the notif: shouldn't be necessary and could cause sound to stop mid-way if a prior notif times out while the sound from a later one is playing.
This commit is contained in:
parent
2a1e8ef39b
commit
69a8d65407
@ -100,9 +100,6 @@ var Notifier = {
|
||||
|
||||
global.setTimeout(function() {
|
||||
notification.close();
|
||||
if (audioClip) {
|
||||
audioClip.pause();
|
||||
}
|
||||
}, 5 * 1000);
|
||||
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user