mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-31 05:23:28 +01:00 
			
		
		
		
	Bugfix in release asset download
This commit is contained in:
		| @@ -970,7 +970,8 @@ class AppsProvider with ChangeNotifier { | ||||
|                 .getSource(app.url, overrideSource: app.overrideSource) | ||||
|                 .getRequestHeaders(app.additionalSettings, | ||||
|                     forAPKDownload: | ||||
|                         fileUrl.key.endsWith('.apk') ? true : false)); | ||||
|                         fileUrl.key.endsWith('.apk') ? true : false), | ||||
|             useExisting: false); | ||||
|         notificationsProvider | ||||
|             .notify(DownloadedNotification(fileUrl.key, fileUrl.value)); | ||||
|       } catch (e) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user