Bug 821224 - Remove a bitmap recycle that was causing crashes. r=cpeterson

This commit is contained in:
Kartikaya Gupta 2013-02-04 18:02:16 -05:00
parent 51ce773032
commit 4e95ef1b3b

View File

@ -150,7 +150,6 @@ public class Tab {
boolean sizeChange = mThumbnailBitmap.getWidth() != width
|| mThumbnailBitmap.getHeight() != height;
if (honeycomb || sizeChange) {
mThumbnailBitmap.recycle();
mThumbnailBitmap = null;
}
}