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.

pull/21833/head
David Baker 2016-03-04 18:16:02 +00:00
parent 2a1e8ef39b
commit 69a8d65407
1 changed files with 0 additions and 3 deletions

View File

@ -100,9 +100,6 @@ var Notifier = {
global.setTimeout(function() {
notification.close();
if (audioClip) {
audioClip.pause();
}
}, 5 * 1000);
},