Loading src/com/android/launcher3/LauncherStateTransitionAnimation.java +0 −6 Original line number Diff line number Diff line Loading @@ -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); } }); Loading Loading
src/com/android/launcher3/LauncherStateTransitionAnimation.java +0 −6 Original line number Diff line number Diff line Loading @@ -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); } }); Loading