mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-18 23:43:56 +00:00
fix: change download icon
This commit is contained in:
@@ -24,7 +24,7 @@ class AnimeExtensionInstallService : Service() {
|
||||
|
||||
override fun onCreate() {
|
||||
val notification = notificationBuilder(Notifications.CHANNEL_EXTENSIONS_UPDATE) {
|
||||
setSmallIcon(R.drawable.ic_round_download_24)
|
||||
setSmallIcon(R.drawable.ic_download_24)
|
||||
setAutoCancel(false)
|
||||
setOngoing(true)
|
||||
setShowWhen(false)
|
||||
|
||||
@@ -24,7 +24,7 @@ class MangaExtensionInstallService : Service() {
|
||||
|
||||
override fun onCreate() {
|
||||
val notification = notificationBuilder(Notifications.CHANNEL_EXTENSIONS_UPDATE) {
|
||||
setSmallIcon(R.drawable.ic_round_download_24)
|
||||
setSmallIcon(R.drawable.ic_download_24)
|
||||
setAutoCancel(false)
|
||||
setOngoing(true)
|
||||
setShowWhen(false)
|
||||
|
||||
Reference in New Issue
Block a user