Merge "Remove a few unnecessary withLayer() calls" into lmp-dev
This commit is contained in:
@@ -132,10 +132,9 @@ public final class SignalTileView extends QSTileView {
|
||||
view.animate()
|
||||
.setDuration(visible ? SHORT_DURATION : DEFAULT_DURATION)
|
||||
.alpha(newAlpha)
|
||||
.withLayer()
|
||||
.start();
|
||||
} else {
|
||||
view.setAlpha(newAlpha);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -90,7 +90,6 @@ public abstract class StackScrollerDecorView extends ExpandableView {
|
||||
.alpha(endValue)
|
||||
.setInterpolator(interpolator)
|
||||
.setDuration(260)
|
||||
.withLayer()
|
||||
.withEndAction(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
|
||||
Reference in New Issue
Block a user