java.lang.ClassCastException: com.bumptech.glide.request.target.SquaringDrawable cannot be cast to android.graphics.drawable.BitmapDrawable
转换的类型不一致导致出错
类型转换错误
取出的对象是com.bumptech.glide.request.target.SquaringDrawable 类的
但是你把它付给这个
android.graphics.drawable.BitmapDrawable类的引用