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 #12665 from crdlc/bug-923624
Browse files Browse the repository at this point in the history
Bug Bug 923624 - Avoid overlapping between context menu dialog and wallpaper's menu
  • Loading branch information
Cristian Rodriguez committed Oct 4, 2013
2 parents 1ac6749 + 60533e2 commit ce55e16
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions apps/homescreen/js/contextmenu.js
Expand Up @@ -26,12 +26,9 @@ var ContextMenuDialog = (function() {

function chooseWallpaper() {
LazyLoader.load(['shared/js/omadrm/fl.js', 'js/wallpaper.js'],
function wallpaperLoaded() {
Wallpaper.contextmenu();

// prevent flickering until wallpaper dialog opens
window.setTimeout(hide, 50);
}
function wallpaperLoaded() {
hide(Wallpaper.contextmenu);
}
);
}

Expand Down

0 comments on commit ce55e16

Please sign in to comment.