mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Replace restore completion string with plurals
(cherry picked from commit fb97ac47bc)
			
			
This commit is contained in:
		| @@ -137,7 +137,7 @@ internal class BackupNotifier(private val context: Context) { | ||||
|  | ||||
|         with(completeNotificationBuilder) { | ||||
|             setContentTitle(context.getString(R.string.restore_completed)) | ||||
|             setContentText(context.getString(R.string.restore_completed_content, timeString, errorCount)) | ||||
|             setContentText(context.resources.getQuantityString(R.plurals.restore_completed_message, errorCount, timeString, errorCount)) | ||||
|  | ||||
|             // Clear old actions if they exist | ||||
|             if (mActions.isNotEmpty()) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user