mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-19 02:39:16 +01:00
Show version name in new update notification
This commit is contained in:
parent
cd87c7e88e
commit
13afa9f476
@ -39,6 +39,7 @@ internal class AppUpdateNotifier(private val context: Context) {
|
|||||||
|
|
||||||
with(notificationBuilder) {
|
with(notificationBuilder) {
|
||||||
setContentTitle(context.getString(R.string.update_check_notification_update_available))
|
setContentTitle(context.getString(R.string.update_check_notification_update_available))
|
||||||
|
setContentText(release.version)
|
||||||
setSmallIcon(R.drawable.ic_download_24dp)
|
setSmallIcon(R.drawable.ic_download_24dp)
|
||||||
setContentIntent(updateIntent)
|
setContentIntent(updateIntent)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user