Преглед на файлове

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