Skip to content

Commit

Permalink
Bug 815857 - fixing homescreen visibility on getting a call
Browse files Browse the repository at this point in the history
  • Loading branch information
alivedise committed Dec 3, 2012
1 parent 92c343c commit 9904046
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/system/js/attention_screen.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ var AttentionScreen = {
hide: function as_hide() {
if (this.attentionScreen.querySelectorAll('iframe').length > 0) {
if (!this.mainScreen.classList.contains('active-statusbar')) {
// Ensuring the proper mozvisibility changed on the displayed app
var displayedOrigin = WindowManager.getDisplayedApp();
this._setVisibility(displayedOrigin, true);

this.mainScreen.classList.add('active-statusbar');

Expand Down

0 comments on commit 9904046

Please sign in to comment.