Merge "Keep elevation during the Folder clip animation." into ub-launcher3-dorval-polish

This commit is contained in:
TreeHugger Robot
2017-05-22 20:02:54 +00:00
committed by Android (Google) Code Review
@@ -42,7 +42,7 @@ public class RoundedRectRevealOutlineProvider extends RevealOutlineAnimation {
@Override
public boolean shouldRemoveElevationDuringAnimation() {
return true;
return false;
}
@Override