blurkit-android icon indicating copy to clipboard operation
blurkit-android copied to clipboard

fixed:this commit can help BlurLayout support using in Fragment

Open lanshifu opened this issue 4 years ago • 0 comments

because when in Fragment,the code

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

will cause ClassCastException and return null

lanshifu avatar Jan 26 '21 16:01 lanshifu