소스 검색

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