Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #21328 from alivedise/bugzilla/1002316_v2.0
Browse files Browse the repository at this point in the history
Bug 1002316 - Homescreen event should be caught by sound manager, r=timdream
  • Loading branch information
alivedise committed Jul 3, 2014
2 parents ba6f327 + 84ffe69 commit 7ad00b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/system/js/sound_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,10 @@
homescreenVisible = true;
CustomDialog.hide();
});
window.addEventListener('homescreenopened', function() {
homescreenVisible = true;
CustomDialog.hide();
});

function onCall() {
if (currentChannel == 'telephony')
Expand Down

0 comments on commit 7ad00b0

Please sign in to comment.