Make Bitmap transient
Serialization is attempted if something crashes. Bitmap cannot be serialized.
This commit is contained in:
parent
9951bb9fcb
commit
ae72d2f63d
@ -70,7 +70,7 @@ public class DownloadMission extends Mission {
|
||||
static final int ERROR_HTTP_FORBIDDEN = 403;
|
||||
|
||||
private StreamInfo streamInfo;
|
||||
protected volatile Bitmap thumbnail;
|
||||
protected transient volatile Bitmap thumbnail;
|
||||
protected volatile boolean thumbnailFetched = false;
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user