blurkit-android
blurkit-android copied to clipboard
fixed:this commit can help BlurLayout support using in Fragment
because when in Fragment,the code
try {
activity = (Activity) getContext();
} catch (ClassCastException e) {
return null;
}
will cause ClassCastException and return null