UpdateWorker: Switch to updates icon

* logo looks too small and bad

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-11-21 19:51:23 +05:30
parent 81e6428610
commit d0b65ec3da

View File

@@ -171,7 +171,7 @@ class UpdateWorker(private val appContext: Context, workerParams: WorkerParamete
)
return NotificationCompat.Builder(appContext, Constants.NOTIFICATION_CHANNEL_UPDATES)
.setSmallIcon(R.drawable.ic_logo)
.setSmallIcon(R.drawable.ic_updates)
.setContentTitle(
if (updatesList.size == 1)
appContext.getString(