0

I am creating a share element tranition, the shareelement SimpleDraweeView was seted original thumbnail until the higher resolution one is downloaded.

My problem is that the SimpleDraweeView flash a second after I set the URL again of higher resolution.Is it the Freso's bug?

zys
  • 1,306
  • 3
  • 18
  • 37

1 Answers1

1

It should work if you simply call abstractDraweeControllerBuilder.setLowResImageRequest(...)

and

abstractDraweeControllerBuilder.setImageRequest(...).

Alexander Oprisnik
  • 1,212
  • 9
  • 9