clicking on mini screens no longer sends click to widgets/icons

Change-Id: Iee905655151dfe1d00acd776752525d3fcc9b0e1
This commit is contained in:
Michael Jurka
2010-08-20 00:54:40 -07:00
parent 03c568e608
commit 96226223d9

View File

@@ -469,6 +469,7 @@ public class Workspace extends ViewGroup
if (mIsSmall) {
unshrink((CellLayout)v);
mLauncher.onWorkspaceUnshrink();
return true;
}
return false;
}