Show version name in new update notification
(cherry picked from commit 13afa9f47673a54fb3fca112fd53ab67617bc6d9)
This commit is contained in:
parent
5d5df6f502
commit
7c30cb0e21
@ -39,6 +39,7 @@ internal class AppUpdateNotifier(private val context: Context) {
|
||||
|
||||
with(notificationBuilder) {
|
||||
setContentTitle(context.getString(R.string.update_check_notification_update_available))
|
||||
setContentText(release.version)
|
||||
setSmallIcon(R.drawable.ic_download_24dp)
|
||||
setContentIntent(updateIntent)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user