Ankit Batra

Results 1 issues of Ankit Batra

Hi, The view crashes after setting a bitmap (as background image) loaded via Glide. Load the image ``` Glide.with(this) .asBitmap() .load(Uri.parse(args.getImageUri())) .into(new DrawViewTarget(binding.drawView)); ``` Set as background ``` private static...