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

Commit ade9ef23 authored by Alan Viverette's avatar Alan Viverette
Browse files

Ensure ripple mask gets updated in public constructor

Change-Id: I084ff0357c8e3cf08d3700d9c7dce42726b986f1
parent 5320b04f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -178,6 +178,7 @@ public class RippleDrawable extends LayerDrawable {


        setColor(color);
        setColor(color);
        ensurePadding();
        ensurePadding();
        initializeFromState();
    }
    }


    @Override
    @Override