ZDepthShadow icon indicating copy to clipboard operation
ZDepthShadow copied to clipboard

It can cause memory leaks When used in RecyclerView ListView aso

Open android9527 opened this issue 6 years ago • 0 comments

It can cause memory leaks When used in RecyclerView ListView and so on Because the method onAttachedToWindow() well be called multiple times in ZDepthShadowLayout.java and it always called addView(mShadowView,0) but it's not called removeView() when the RecyclerView.Adapter called notifyDataSetChanged()

android9527 avatar Jun 20 '18 09:06 android9527