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

Commit 827daf2f 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: I54629e8299d9464651f2747d36e99c292f7156b3
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];