Loading core/java/android/content/res/Resources.java +1 −0 Original line number Diff line number Diff line Loading @@ -1859,6 +1859,7 @@ public class Resources { mResId = other.mResId == null ? null : other.mResId.clone(); mForce = other.mForce == null ? null : other.mForce.clone(); mCount = other.mCount; mHashCode = other.mHashCode; } @Override Loading Loading
core/java/android/content/res/Resources.java +1 −0 Original line number Diff line number Diff line Loading @@ -1859,6 +1859,7 @@ public class Resources { mResId = other.mResId == null ? null : other.mResId.clone(); mForce = other.mForce == null ? null : other.mForce.clone(); mCount = other.mCount; mHashCode = other.mHashCode; } @Override Loading