auto import from //branches/cupcake/...@127436
This commit is contained in:
@@ -304,11 +304,6 @@ public class BitmapFactory {
|
||||
bm = nativeDecodeStream(is, tempStorage, outPadding, opts);
|
||||
}
|
||||
|
||||
try {
|
||||
is.reset();
|
||||
} catch (IOException ex) {
|
||||
// ignore
|
||||
}
|
||||
return bm;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user