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 #11753 from crh0716/907122
Browse files Browse the repository at this point in the history
Bug 907122 - The notification lock should be released in all conditions. r=etienne a=leo+
  • Loading branch information
crh0716 committed Aug 30, 2013
2 parents 3b10fd7 + f26b39f commit e1a725f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/communications/dialer/js/oncall.js
Expand Up @@ -785,8 +785,8 @@ var OnCallHandler = (function onCallHandler() {
[0, 0, 500]];
TonePlayer.playSequence(sequence);
setTimeout(function busyLineStopped() {
busyNotificationLock = false;
if (handledCalls.length === 0) {
busyNotificationLock = false;
exitCallScreen(true);
}
}, 3000);
Expand Down

0 comments on commit e1a725f

Please sign in to comment.