fix: change download icon

This commit is contained in:
rebelonion 2024-02-04 00:29:16 -06:00
parent eade3ce341
commit 462f82e3fb
22 changed files with 22 additions and 22 deletions

View file

@ -75,7 +75,7 @@ class NovelDownloaderService : Service() {
builder =
NotificationCompat.Builder(this, Notifications.CHANNEL_DOWNLOADER_PROGRESS).apply {
setContentTitle("Novel Download Progress")
setSmallIcon(R.drawable.ic_round_download_24)
setSmallIcon(R.drawable.ic_download_24)
priority = NotificationCompat.PRIORITY_DEFAULT
setOnlyAlertOnce(true)
setProgress(0, 0, false)