mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Change new chapters string key (closes #2686)
This commit is contained in:
		@@ -476,7 +476,7 @@ class LibraryUpdateService(
 | 
			
		||||
                if (updates.size == 1 && !preferences.hideNotificationContent()) {
 | 
			
		||||
                    setContentText(updates.first().first.title.chop(NOTIF_TITLE_MAX_LEN))
 | 
			
		||||
                } else {
 | 
			
		||||
                    setContentText(resources.getQuantityString(R.plurals.notification_new_chapters_text, updates.size, updates.size))
 | 
			
		||||
                    setContentText(resources.getQuantityString(R.plurals.notification_new_chapters_summary, updates.size, updates.size))
 | 
			
		||||
 | 
			
		||||
                    if (!preferences.hideNotificationContent()) {
 | 
			
		||||
                        setStyle(NotificationCompat.BigTextStyle().bigText(updates.joinToString("\n") {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user