Merge "Fix restoring of layer type" into ub-launcher3-calgary

This commit is contained in:
Sunny Goyal
2016-03-28 22:50:05 +00:00
committed by Android (Google) Code Review
+1 -1
View File
@@ -577,7 +577,7 @@ public class Folder extends LinearLayout implements DragSource, View.OnClickList
@Override
public void run() {
mContentWrapper.setLayerType(LAYER_TYPE_NONE, null);
mContentWrapper.setLayerType(LAYER_TYPE_NONE, null);
mFooter.setLayerType(LAYER_TYPE_NONE, null);
}
};
}