mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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
|
@Override
|
||||||
public String getName() {
|
public String getName() {
|
||||||
return "DefaultImageDecoder";
|
return "BitmapFactoryImageDecoder";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue