79621676

Date: 2025-05-14 14:23:22
Score: 0.5
Natty:
Report link

You can override the default transformation by adding .dontTransform()

requestManager
    .load(url)
    .placeholder(fallbackDrawable)
    .error(fallbackDrawable)
    .fallback(fallbackDrawable)
    .dontTransform()
    .into(imageView)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Burak Karaduman