We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9c8c1 commit 9bbf78bCopy full SHA for 9bbf78b
app/src/main/java/us/shandian/giga/get/DownloadMission.java
@@ -70,7 +70,7 @@ public class DownloadMission extends Mission {
70
static final int ERROR_HTTP_FORBIDDEN = 403;
71
72
private StreamInfo streamInfo;
73
- protected volatile Bitmap thumbnail;
+ protected transient volatile Bitmap thumbnail;
74
protected volatile boolean thumbnailFetched = false;
75
76
/**
0 commit comments