am c50e2c35: Oops, was disabling hardware layers at the wrong level

* commit 'c50e2c35319b738f788b717027bfb361c225ccb9':
  Oops, was disabling hardware layers at the wrong level
This commit is contained in:
Michael Jurka
2011-02-02 20:15:31 -08:00
committed by Android Git Automerger
+1 -1
View File
@@ -1260,7 +1260,7 @@ public class Workspace extends SmoothPagedView
protected void enableChildrenLayers(boolean enable) {
for (int i = 0; i < getPageCount(); i++) {
setChildrenLayersEnabled(enable);
getChildAt(i).setChildrenLayersEnabled(enable);
}
}
@Override