Loading src/com/android/launcher3/BaseRecyclerViewFastScrollPopup.java +1 −0 Original line number Diff line number Diff line Loading @@ -119,6 +119,7 @@ public class BaseRecyclerViewFastScrollPopup { mShadow = HolographicOutlineHelper.obtain( mRv.getContext()).createMediumDropShadow(mBg, false /* shouldCache */); } else { mShadow = null; mBgBounds.setEmpty(); } Loading Loading
src/com/android/launcher3/BaseRecyclerViewFastScrollPopup.java +1 −0 Original line number Diff line number Diff line Loading @@ -119,6 +119,7 @@ public class BaseRecyclerViewFastScrollPopup { mShadow = HolographicOutlineHelper.obtain( mRv.getContext()).createMediumDropShadow(mBg, false /* shouldCache */); } else { mShadow = null; mBgBounds.setEmpty(); } Loading