mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-11-04 07:13:28 +01:00 
			
		
		
		
	Reduced download notification importance
This commit is contained in:
		@@ -84,7 +84,7 @@ class DownloadNotification extends ObtainiumNotification {
 | 
				
			|||||||
            'APP_DOWNLOADING',
 | 
					            'APP_DOWNLOADING',
 | 
				
			||||||
            'Downloading App',
 | 
					            'Downloading App',
 | 
				
			||||||
            'Notifies the user of the progress in downloading an App',
 | 
					            'Notifies the user of the progress in downloading an App',
 | 
				
			||||||
            Importance.defaultImportance,
 | 
					            Importance.low,
 | 
				
			||||||
            onlyAlertOnce: true) {
 | 
					            onlyAlertOnce: true) {
 | 
				
			||||||
    message = tr('percentProgress', args: [progPercent.toString()]);
 | 
					    message = tr('percentProgress', args: [progPercent.toString()]);
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user