switching to notification icon for updater notifier

This commit is contained in:
Jays2Kings 2021-07-19 00:04:37 -04:00
parent 4a7317ad70
commit a71446d0f7

View File

@ -167,7 +167,7 @@ internal class UpdaterNotifier(private val context: Context) {
fun onInstallFinished() {
with(NotificationCompat.Builder(context, Notifications.CHANNEL_UPDATED)) {
setContentTitle(context.getString(R.string.updated_to_, BuildConfig.VERSION_NAME))
setSmallIcon(R.drawable.ic_tachij2k)
setSmallIcon(R.drawable.ic_tachij2k_notification)
setAutoCancel(true)
setOngoing(false)
setProgress(0, 0, false)