mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Setting unused shadow to null
Change-Id: I1122cd9b6b01c18b2393ad6eb2dbc50b0460f78b
This commit is contained in:
@@ -119,6 +119,7 @@ public class BaseRecyclerViewFastScrollPopup {
|
||||
mShadow = HolographicOutlineHelper.obtain(
|
||||
mRv.getContext()).createMediumDropShadow(mBg, false /* shouldCache */);
|
||||
} else {
|
||||
mShadow = null;
|
||||
mBgBounds.setEmpty();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user