mirror of
https://github.com/samsonjs/media.git
synced 2026-04-09 11:55:46 +00:00
Update getName of BitmapFactoryImageDecoder
cleanup from 8f5835c51c
#minor-release
PiperOrigin-RevId: 570663437
This commit is contained in:
parent
8e2bf21011
commit
572fb4676c
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ public final class BitmapFactoryImageDecoder
|
|||
|
||||
@Override
|
||||
public String getName() {
|
||||
return "DefaultImageDecoder";
|
||||
return "BitmapFactoryImageDecoder";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in a new issue