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 #18736 from alivedise/bugzilla/1002316_v1.3t_real/…
Browse files Browse the repository at this point in the history
…sound-manager-home-event

Bug 1002316 - Homescreen event should be caught by sound manager, r=timdream
  • Loading branch information
alivedise authored and rvandermeulen committed Jun 25, 2014
1 parent 202bdc0 commit 6b4a176
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/system/js/sound_manager.js
Expand Up @@ -302,6 +302,10 @@
homescreenVisible = true;
CustomDialog.hide();
});
window.addEventListener('homescreenopened', function() {
homescreenVisible = true;
CustomDialog.hide();
});

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

0 comments on commit 6b4a176

Please sign in to comment.