Merge "Add mSourceDrawableId to copy constructor" into rvc-dev am: 8e32fa537b

Change-Id: I2aacc1405b9942fd893113552c709b38e7e2e60e
This commit is contained in:
TreeHugger Robot
2020-03-27 21:06:10 +00:00
committed by Automerger Merge Worker

View File

@@ -975,6 +975,7 @@ public class AdaptiveIconDrawable extends Drawable implements Drawable.Callback
mChangingConfigurations = orig.mChangingConfigurations; mChangingConfigurations = orig.mChangingConfigurations;
mChildrenChangingConfigurations = orig.mChildrenChangingConfigurations; mChildrenChangingConfigurations = orig.mChildrenChangingConfigurations;
mSourceDrawableId = orig.mSourceDrawableId;
for (int i = 0; i < N_CHILDREN; i++) { for (int i = 0; i < N_CHILDREN; i++) {
final ChildDrawable or = origChildDrawable[i]; final ChildDrawable or = origChildDrawable[i];