Skip to content

Commit

Permalink
Merge pull request mozilla-b2g#6846 from alivedise/bugzilla/817753/ho…
Browse files Browse the repository at this point in the history
…mescreen-inlne-activity

Bug 817753 - Stop inline activity on homescreen
  • Loading branch information
alivedise committed Dec 6, 2012
2 parents 879aa74 + 8b2bbf8 commit 72d4a5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/system/js/window_manager.js
Expand Up @@ -1527,6 +1527,7 @@ var WindowManager = (function() {
e.preventDefault();
}
} else {
stopInlineActivity();
ensureHomescreen(true);
}
});
Expand Down

0 comments on commit 72d4a5c

Please sign in to comment.