浏览代码

Mark isDownloading flag as volatile (maybe fixes #3219)

arkon 4 年之前
父节点
当前提交
3d43473bf8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/src/main/java/eu/kanade/tachiyomi/data/download/DownloadNotifier.kt

+ 1 - 0
app/src/main/java/eu/kanade/tachiyomi/data/download/DownloadNotifier.kt

@@ -32,6 +32,7 @@ internal class DownloadNotifier(private val context: Context) {
     /**
      * Status of download. Used for correct notification icon.
      */
+    @Volatile
     private var isDownloading = false
 
     /**