Loading tools/layoutlib/bridge/src/android/graphics/drawable/VectorDrawable_Delegate.java +1 −1 Original line number Diff line number Diff line Loading @@ -981,7 +981,7 @@ public class VectorDrawable_Delegate { public VPath_Delegate(VPath_Delegate copy) { mPathName = copy.mPathName; mChangingConfigurations = copy.mChangingConfigurations; mNodes = PathParser_Delegate.deepCopyNodes(copy.mNodes); mNodes = copy.mNodes != null ? PathParser_Delegate.deepCopyNodes(copy.mNodes) : null; } public void toPath(Path path) { Loading Loading
tools/layoutlib/bridge/src/android/graphics/drawable/VectorDrawable_Delegate.java +1 −1 Original line number Diff line number Diff line Loading @@ -981,7 +981,7 @@ public class VectorDrawable_Delegate { public VPath_Delegate(VPath_Delegate copy) { mPathName = copy.mPathName; mChangingConfigurations = copy.mChangingConfigurations; mNodes = PathParser_Delegate.deepCopyNodes(copy.mNodes); mNodes = copy.mNodes != null ? PathParser_Delegate.deepCopyNodes(copy.mNodes) : null; } public void toPath(Path path) { Loading