Might be a fix for #35

but it's quite dirty :v
This commit is contained in:
Pupil
2020-01-17 10:30:39 +09:00
parent e81b5a4e3a
commit a39484b6ea
3 changed files with 40 additions and 9 deletions

View File

@@ -84,7 +84,7 @@ class GalleryDownloader(
onNotifyChangedHandler?.invoke(value)
}
private val reader: Deferred<Reader?>?
val reader: Deferred<Reader?>?
private var downloadJob: Job? = null
private lateinit var notificationBuilder: NotificationCompat.Builder