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

Commit 2979117a 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...

Merge "Add mSourceDrawableId to copy constructor" into rvc-dev am: 8e32fa53 am: 4f72ff09 am: 5bbdc339

Change-Id: Icd84557d18fcd33ba33f1dd049afaa488ccf1654
parents e763684e 5bbdc339
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];