diff --git a/src/com/android/launcher3/LauncherStateTransitionAnimation.java b/src/com/android/launcher3/LauncherStateTransitionAnimation.java index 57bd5b2c6a..78272a8ec8 100644 --- a/src/com/android/launcher3/LauncherStateTransitionAnimation.java +++ b/src/com/android/launcher3/LauncherStateTransitionAnimation.java @@ -183,11 +183,6 @@ public class LauncherStateTransitionAnimation { public void startAnimationToWidgets(final boolean animated) { final WidgetsContainerView toView = mLauncher.getWidgetsView(); PrivateTransitionCallbacks cb = new PrivateTransitionCallbacks() { - @Override - public void onRevealViewVisible(View revealView, View contentView, - View allAppsButtonView) { - revealView.setBackground(mLauncher.getDrawable(R.drawable.quantum_panel_dark)); - } @Override public float getMaterialRevealViewFinalAlpha(View revealView) { return 0.3f;