CameraKit / blurkit-android

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

fixed:this commit can help BlurLayout support using in Fragment #75

Open lanshifu opened 3 years ago

lanshifu commented 3 years ago

because when in Fragment,the code

try {
            activity = (Activity) getContext();
        } catch (ClassCastException e) {
            return null;
        }

will cause ClassCastException and return null