mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-20 05:29:18 +01:00
switching to notification icon for updater notifier
This commit is contained in:
parent
4a7317ad70
commit
a71446d0f7
@ -167,7 +167,7 @@ internal class UpdaterNotifier(private val context: Context) {
|
|||||||
fun onInstallFinished() {
|
fun onInstallFinished() {
|
||||||
with(NotificationCompat.Builder(context, Notifications.CHANNEL_UPDATED)) {
|
with(NotificationCompat.Builder(context, Notifications.CHANNEL_UPDATED)) {
|
||||||
setContentTitle(context.getString(R.string.updated_to_, BuildConfig.VERSION_NAME))
|
setContentTitle(context.getString(R.string.updated_to_, BuildConfig.VERSION_NAME))
|
||||||
setSmallIcon(R.drawable.ic_tachij2k)
|
setSmallIcon(R.drawable.ic_tachij2k_notification)
|
||||||
setAutoCancel(true)
|
setAutoCancel(true)
|
||||||
setOngoing(false)
|
setOngoing(false)
|
||||||
setProgress(0, 0, false)
|
setProgress(0, 0, false)
|
||||||
|
Loading…
Reference in New Issue
Block a user