Setting unused shadow to null

Change-Id: I1122cd9b6b01c18b2393ad6eb2dbc50b0460f78b
This commit is contained in:
Peter Schiller
2016-06-29 13:23:24 -07:00
parent 5a24858bb2
commit f9507122ec

View File

@@ -119,6 +119,7 @@ public class BaseRecyclerViewFastScrollPopup {
mShadow = HolographicOutlineHelper.obtain(
mRv.getContext()).createMediumDropShadow(mBg, false /* shouldCache */);
} else {
mShadow = null;
mBgBounds.setEmpty();
}