Make Drawable#createFrom* support incomplete images
Bug: 120786924 Test: I18463379d8e3d354ffafd006abd79c0a7918b500 Prior to P, createFrom* supported incomplete images, but this regressed in P with the switch to ImageDecoder, which does not succeed on incomplete images by default. Add a PartialImageListener, so that incomplete images succeed. Change-Id: Icb57d5857e1dcf6a347bb198f49284ac1975b54b
Loading
Please register or sign in to comment