diff --git a/src/com/android/launcher3/BaseRecyclerViewFastScrollPopup.java b/src/com/android/launcher3/BaseRecyclerViewFastScrollPopup.java index 1e714b3b22..da7fa419e5 100644 --- a/src/com/android/launcher3/BaseRecyclerViewFastScrollPopup.java +++ b/src/com/android/launcher3/BaseRecyclerViewFastScrollPopup.java @@ -119,6 +119,7 @@ public class BaseRecyclerViewFastScrollPopup { mShadow = HolographicOutlineHelper.obtain( mRv.getContext()).createMediumDropShadow(mBg, false /* shouldCache */); } else { + mShadow = null; mBgBounds.setEmpty(); }