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

Commit fbc3f198 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

Merge "Remove a few unnecessary withLayer() calls" into lmp-dev

parents f832638b 6107a10c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -132,7 +132,6 @@ public final class SignalTileView extends QSTileView {
            view.animate()
                .setDuration(visible ? SHORT_DURATION : DEFAULT_DURATION)
                .alpha(newAlpha)
                .withLayer()
                .start();
        } else {
            view.setAlpha(newAlpha);
+0 −1
Original line number Diff line number Diff line
@@ -90,7 +90,6 @@ public abstract class StackScrollerDecorView extends ExpandableView {
                    .alpha(endValue)
                    .setInterpolator(interpolator)
                    .setDuration(260)
                    .withLayer()
                    .withEndAction(new Runnable() {
                        @Override
                        public void run() {