UpdateWorker: Switch to updates icon
* logo looks too small and bad Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user