Merge "Add mSourceDrawableId to copy constructor" into rvc-dev am: 8e32fa537b am: 4f72ff09ec
Change-Id: I99362a023b90958ba941928c697563d933bcf865
This commit is contained in:
@@ -975,6 +975,7 @@ public class AdaptiveIconDrawable extends Drawable implements Drawable.Callback
|
||||
|
||||
mChangingConfigurations = orig.mChangingConfigurations;
|
||||
mChildrenChangingConfigurations = orig.mChildrenChangingConfigurations;
|
||||
mSourceDrawableId = orig.mSourceDrawableId;
|
||||
|
||||
for (int i = 0; i < N_CHILDREN; i++) {
|
||||
final ChildDrawable or = origChildDrawable[i];
|
||||
|
||||
Reference in New Issue
Block a user