Merge "Small cleanup for notifications" into ub-launcher3-dorval
diff --git a/src/com/android/launcher3/LauncherStateTransitionAnimation.java b/src/com/android/launcher3/LauncherStateTransitionAnimation.java
index 39c466d..1acc3b8 100644
--- a/src/com/android/launcher3/LauncherStateTransitionAnimation.java
+++ b/src/com/android/launcher3/LauncherStateTransitionAnimation.java
@@ -334,6 +334,12 @@
// 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);
}
});