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
commit 8b017e52da
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class RoundedRectRevealOutlineProvider extends RevealOutlineAnimation {
@Override
public boolean shouldRemoveElevationDuringAnimation() {
return true;
return false;
}
@Override