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 #10015 from etiennesegonzac/bug-865754-call-waitin…
Browse files Browse the repository at this point in the history
…g-screen-off

Bug 865754 - When a second incoming phone call occurs, do not automatically turn on the screen
  • Loading branch information
etiennesegonzac committed May 27, 2013
2 parents 794c2f3 + f000b6d commit 7c52767
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apps/system/js/screen_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,14 +252,11 @@ var ScreenManager = {
}

// If the _cpuWakeLock is already set we are in a multiple
// call setup, turning the screen on to let user see the
// notification.
// call setup, the user will be notified by a tone.
if (this._cpuWakeLock) {
this.turnScreenOn();
// In case of user making an extra call, the attention screen
// may be hidden at top so we need to confirm it's shown again.
AttentionScreen.show();

break;
}

Expand Down

0 comments on commit 7c52767

Please sign in to comment.