mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-23 09:41:52 +01:00
Mark isDownloading flag as volatile (maybe fixes #3219)
This commit is contained in:
parent
2194c4ba28
commit
3d43473bf8
@ -32,6 +32,7 @@ internal class DownloadNotifier(private val context: Context) {
|
|||||||
/**
|
/**
|
||||||
* Status of download. Used for correct notification icon.
|
* Status of download. Used for correct notification icon.
|
||||||
*/
|
*/
|
||||||
|
@Volatile
|
||||||
private var isDownloading = false
|
private var isDownloading = false
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user