mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	library update notif text progress (#5098)
This commit is contained in:
		@@ -78,7 +78,8 @@ class LibraryUpdateNotifier(private val context: Context) {
 | 
			
		||||
        context.notificationManager.notify(
 | 
			
		||||
            Notifications.ID_LIBRARY_PROGRESS,
 | 
			
		||||
            progressNotificationBuilder
 | 
			
		||||
                .setContentTitle(title)
 | 
			
		||||
                .setContentTitle(title.chop(40))
 | 
			
		||||
                .setContentText("($current/$total)")
 | 
			
		||||
                .setProgress(total, current, false)
 | 
			
		||||
                .build()
 | 
			
		||||
        )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user