Merge commit '813071aa43de6c382db549a748ec30049692c67b' into eclair-mr2-plus-aosp * commit '813071aa43de6c382db549a748ec30049692c67b': Fix bug 2242465 - Can add shortcuts while the "3d all apps" is open.
This commit is contained in:
@@ -1057,6 +1057,7 @@ public final class Launcher extends Activity
|
||||
}
|
||||
|
||||
private void addItems() {
|
||||
closeAllApps(true);
|
||||
showAddDialog(mMenuAddInfo);
|
||||
}
|
||||
|
||||
@@ -1252,6 +1253,7 @@ public final class Launcher extends Activity
|
||||
}
|
||||
|
||||
private void startWallpaper() {
|
||||
closeAllApps(true);
|
||||
final Intent pickWallpaper = new Intent(Intent.ACTION_SET_WALLPAPER);
|
||||
Intent chooser = Intent.createChooser(pickWallpaper,
|
||||
getText(R.string.chooser_wallpaper));
|
||||
|
||||
Reference in New Issue
Block a user