Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1120346 - [Flame][Music]Tap the song on transfer notification by …
Browse files Browse the repository at this point in the history
…BT to play, the play view displays at the uper half of screen.
  • Loading branch information
evanxd committed Jan 22, 2015
1 parent 3b5ffec commit 1874f1d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions apps/system/js/rocketbar.js
Expand Up @@ -204,10 +204,8 @@
},

'_handle_system-resize': function() {
if (this.isActive()) {
if (this.searchWindow.frontWindow) {
this.searchWindow.frontWindow.resize();
}
if (this.isActive() && this.searchWindow.frontWindow) {
this.searchWindow.frontWindow.resize();
return false;
}
return true;
Expand Down

0 comments on commit 1874f1d

Please sign in to comment.