CameraKit / blurkit-android

The missing Android blurring library. Fast blur-behind layout that parallels iOS.
MIT License
3.72k stars 309 forks source link

Use BlurLayout is not going to cause memory leaks? Because invalidationLoop does not have removeFrameCallback #25

Closed hugbio closed 5 years ago

hugbio commented 7 years ago

Use BlurLayout is not going to cause memory leaks? Because invalidationLoop does not have removeFrameCallback

SergeyBurlaka commented 6 years ago

also has memory leaks when use in my xml

<com.wonderkiln.blurkit.BlurLayout 
xmlns:blurkit="http://schemas.android.com/apk/res-auto"-->

 android:id="@+id/blurLayout"

android:layout_width="match_parent"

  android:layout_height="match_parent"

   android:layout_gravity="end"

      blurkit:blurRadius="12"

     blurkit:downscaleFactor="0.90"

    blurkit:fps="60" />
emersoncloud commented 5 years ago

Thanks for the feedback. I've created a new ticket to address memory leak issues, #37 and added your comments there.