[android] fix downloader notification using wrong icon

Signed-off-by: hb0nd <me@hbond.xyz>
This commit is contained in:
hb0nd
2025-07-01 12:51:43 +02:00
parent deb663e4f9
commit a99d1c1a38

View File

@@ -124,7 +124,7 @@ public class DownloaderNotifier
return new NotificationCompat.Builder(mContext, CHANNEL_ID)
.setAutoCancel(true)
.setVisibility(NotificationCompat.VISIBILITY_PUBLIC)
.setSmallIcon(R.drawable.ic_launcher)
.setSmallIcon(R.drawable.ic_launcher_small)
.setColor(ContextCompat.getColor(mContext, R.color.notification))
.setShowWhen(true)
.setContentTitle(title)