Make Bitmap transient

Serialization is attempted if something crashes. Bitmap cannot be serialized.
This commit is contained in:
tobigr 2026-02-09 17:18:52 +01:00
parent 9951bb9fcb
commit ae72d2f63d

View File

@ -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;
/**