Skip to content

Commit 70e0f63

Browse files
generatedunixname537391475639613meta-codesync[bot]
authored andcommitted
fbandroid/libraries/fresco/imagepipeline/src/test/java/com/facebook/imagepipeline/producers/DecodeProducerTest.java
Differential Revision: D86397298 fbshipit-source-id: e0a20e8930d452b91ade8115e7cfc08acd3ad15d
1 parent 0c2c318 commit 70e0f63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

imagepipeline/src/test/java/com/facebook/imagepipeline/producers/DecodeProducerTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,12 @@ public void setUp() throws Exception {
104104
mProgressiveJpegConfig =
105105
new SimpleProgressiveJpegConfig(
106106
new SimpleProgressiveJpegConfig.DynamicValueConfig() {
107+
@Override
107108
public List<Integer> getScansToDecode() {
108109
return Arrays.asList(PREVIEW_SCAN, GOOD_ENOUGH_SCAN);
109110
}
110111

112+
@Override
111113
public int getGoodEnoughScanNumber() {
112114
return GOOD_ENOUGH_SCAN;
113115
}

0 commit comments

Comments
 (0)