Skip to content

Commit

Permalink
Update getName of BitmapFactoryImageDecoder
Browse files Browse the repository at this point in the history
cleanup from androidx@8f5835c

#minor-release

PiperOrigin-RevId: 570663437
  • Loading branch information
tof-tof authored and copybara-github committed Oct 4, 2023
1 parent 8e2bf21 commit 572fb46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ private BitmapFactoryImageDecoder(BitmapDecoder bitmapDecoder) {

@Override
public String getName() {
return "DefaultImageDecoder";
return "BitmapFactoryImageDecoder";
}

@Override
Expand Down

0 comments on commit 572fb46

Please sign in to comment.