Explorar o código

Show version name in new update notification

arkon %!s(int64=3) %!d(string=hai) anos
pai
achega
13afa9f476

+ 1 - 0
app/src/main/java/eu/kanade/tachiyomi/data/updater/AppUpdateNotifier.kt

@@ -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)