mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Fix spacing in chapters notification
This commit is contained in:
		@@ -601,7 +601,7 @@ class LibraryUpdateService(
 | 
			
		||||
                    resources.getQuantityString(R.plurals.notification_chapters_multiple_and_more, remaining, joinedChapterNumbers, remaining)
 | 
			
		||||
                } else {
 | 
			
		||||
                    // "Chapters 1, 2.5, 3"
 | 
			
		||||
                    resources.getString(R.string.notification_chapters_multiple, displayableChapterNumbers.joinToString(","))
 | 
			
		||||
                    resources.getString(R.string.notification_chapters_multiple, displayableChapterNumbers.joinToString(", "))
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user