Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 021c5cb2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Change-Id: I6f9a00b7cbc5e729b3a063523744f007554d116f
parents 1ec1c6f4 8e32fa53
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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];