mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-28 03:57:50 +02:00
Mark isDownloading flag as volatile (maybe fixes #3219)
This commit is contained in:
@ -32,6 +32,7 @@ internal class DownloadNotifier(private val context: Context) {
|
||||
/**
|
||||
* Status of download. Used for correct notification icon.
|
||||
*/
|
||||
@Volatile
|
||||
private var isDownloading = false
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user