summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/android/launcher3/LauncherStateTransitionAnimation.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/com/android/launcher3/LauncherStateTransitionAnimation.java b/src/com/android/launcher3/LauncherStateTransitionAnimation.java
index 1acc3b80a..39c466db8 100644
--- a/src/com/android/launcher3/LauncherStateTransitionAnimation.java
+++ b/src/com/android/launcher3/LauncherStateTransitionAnimation.java
@@ -334,12 +334,6 @@ public class LauncherStateTransitionAnimation {
// This can hold unnecessary references to views.
cleanupAnimation();
pCb.onTransitionComplete();
-
- revealView.setAlpha(1f);
- revealView.setTranslationX(0f);
- revealView.setTranslationY(0f);
- contentView.setAlpha(1f);
- contentView.setTranslationY(0f);
}
});