aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-09-17 12:40:37 -0400
committerAllan Wang <me@allanwang.ca>2017-09-17 12:40:37 -0400
commit715596aa1e6a594cafba5de54c6c8bbd4832e3b2 (patch)
tree4d7a1e54b6ecaaec292d227a6869daed64e8202a /app
parent0075824e3b601cee6dcc784f84012cd8d3403ff7 (diff)
downloadfrost-715596aa1e6a594cafba5de54c6c8bbd4832e3b2.tar.gz
frost-715596aa1e6a594cafba5de54c6c8bbd4832e3b2.tar.bz2
frost-715596aa1e6a594cafba5de54c6c8bbd4832e3b2.zip
Remove quiet
Diffstat (limited to 'app')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/services/DownloadService.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/services/DownloadService.kt b/app/src/main/kotlin/com/pitchedapps/frost/services/DownloadService.kt
index 830772fe..986467b8 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/services/DownloadService.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/services/DownloadService.kt
@@ -66,7 +66,7 @@ class DownloadService : IntentService("FrostVideoDownloader") {
.url(url)
.build()
- notifBuilder = frostNotification.quiet
+ notifBuilder = frostNotification
notifId = Math.abs(url.hashCode() + System.currentTimeMillis().toInt())
val cancelIntent = PendingIntent.getService(this, 0, intent, PendingIntent.FLAG_CANCEL_CURRENT)