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 #21228 from vingtetun/bug1023794
Browse files Browse the repository at this point in the history
Bug 1023794 - [Dialer][Call Screen] UI moved up when entering another ap...
  • Loading branch information
vingtetun authored and rvandermeulen committed Jul 2, 2014
1 parent 5a60e91 commit 3843b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/system/js/attention_screen.js
Expand Up @@ -383,12 +383,12 @@ var AttentionScreen = {
this.mainScreen.classList.add('active-statusbar');

var attentionScreen = this.attentionScreen;
attentionScreen.addEventListener('transitionend', (function trWait() {
attentionScreen.addEventListener('transitionend', function trWait() {
attentionScreen.removeEventListener('transitionend', trWait);

// transition completed, entering "status-mode" (40px height iframe)
attentionScreen.classList.add('status-mode');
}).bind(this));
});

// The only way to hide attention screen is the home/holdhome event.
// So we don't fire any origin information here.
Expand Down

0 comments on commit 3843b0d

Please sign in to comment.