Skip to content

Commit 9bbf78b

Browse files
committed
Make Bitmap transient
Serialization is attempted if something crashes. Bitmap cannot be serialized.
1 parent 6d9c8c1 commit 9bbf78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/us/shandian/giga/get/DownloadMission.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public class DownloadMission extends Mission {
7070
static final int ERROR_HTTP_FORBIDDEN = 403;
7171

7272
private StreamInfo streamInfo;
73-
protected volatile Bitmap thumbnail;
73+
protected transient volatile Bitmap thumbnail;
7474
protected volatile boolean thumbnailFetched = false;
7575

7676
/**

0 commit comments

Comments
 (0)