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

Commit cd2ea076 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

am 746c6088: am 46d8644e: am edcaf7c9: Merge "Don\'t propagate level or RTL in...

am 746c6088: am 46d8644e: am edcaf7c9: Merge "Don\'t propagate level or RTL in LayerDrawable.setDrawable()" into mnc-dev

* commit '746c6088':
  Don't propagate level or RTL in LayerDrawable.setDrawable()
parents 3c624546 746c6088
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -564,8 +564,6 @@ public class LayerDrawable extends Drawable implements Drawable.Callback {

        if (drawable != null) {
            drawable.setCallback(this);
            drawable.setLayoutDirection(getLayoutDirection());
            drawable.setLevel(getLevel());
        }

        childDrawable.mDrawable = drawable;