Don't adjust animation play time if not necessary

Potential fix for Bug: 11080792
This commit is contained in:
Michael Jurka
2013-11-06 17:06:57 +01:00
parent 458a15f732
commit 19d10a5822
2 changed files with 5 additions and 5 deletions
@@ -94,7 +94,6 @@ class SimpleBitmapRegionDecoderWrapper implements SimpleBitmapRegionDecoder {
}
class DumbBitmapRegionDecoder implements SimpleBitmapRegionDecoder {
//byte[] mStreamCopy;
Bitmap mBuffer;
Canvas mTempCanvas;
Paint mTempPaint;