Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9507122 authored by Peter Schiller's avatar Peter Schiller
Browse files

Setting unused shadow to null

Change-Id: I1122cd9b6b01c18b2393ad6eb2dbc50b0460f78b
parent 5a24858b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -119,6 +119,7 @@ public class BaseRecyclerViewFastScrollPopup {
            mShadow = HolographicOutlineHelper.obtain(
                    mRv.getContext()).createMediumDropShadow(mBg, false /* shouldCache */);
        } else {
            mShadow = null;
            mBgBounds.setEmpty();
        }