Automated import from //branches/master/...@140671,140671
This commit is contained in:
parent
7c7a07377f
commit
5eb817cc25
|
@ -1354,6 +1354,7 @@ public final class Launcher extends Activity implements View.OnClickListener, On
|
||||||
final Workspace workspace = mWorkspace;
|
final Workspace workspace = mWorkspace;
|
||||||
final boolean desktopLocked = mDesktopLocked;
|
final boolean desktopLocked = mDesktopLocked;
|
||||||
|
|
||||||
|
if (!appWidgets.isEmpty()) {
|
||||||
final LauncherAppWidgetInfo item = appWidgets.removeFirst();
|
final LauncherAppWidgetInfo item = appWidgets.removeFirst();
|
||||||
|
|
||||||
final int appWidgetId = item.appWidgetId;
|
final int appWidgetId = item.appWidgetId;
|
||||||
|
@ -1369,6 +1370,7 @@ public final class Launcher extends Activity implements View.OnClickListener, On
|
||||||
item.cellY, item.spanX, item.spanY, !desktopLocked);
|
item.cellY, item.spanX, item.spanY, !desktopLocked);
|
||||||
|
|
||||||
workspace.requestLayout();
|
workspace.requestLayout();
|
||||||
|
}
|
||||||
|
|
||||||
if (appWidgets.isEmpty()) {
|
if (appWidgets.isEmpty()) {
|
||||||
if (PROFILE_ROTATE) {
|
if (PROFILE_ROTATE) {
|
||||||
|
|
Loading…
Reference in New Issue