Merge "Fix restoring of layer type"
This commit is contained in:
@@ -526,7 +526,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);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user