mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-31 13:33:28 +01:00 
			
		
		
		
	Temporarily exclude Obtainium from BG updates (#836)
This commit is contained in:
		| @@ -364,6 +364,9 @@ class AppsProvider with ChangeNotifier { | |||||||
|  |  | ||||||
|   Future<bool> canInstallSilently( |   Future<bool> canInstallSilently( | ||||||
|       App app, SettingsProvider settingsProvider) async { |       App app, SettingsProvider settingsProvider) async { | ||||||
|  |     if (app.id == obtainiumId) { | ||||||
|  |       return false; | ||||||
|  |     } | ||||||
|     if (!settingsProvider.enableBackgroundUpdates) { |     if (!settingsProvider.enableBackgroundUpdates) { | ||||||
|       return false; |       return false; | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user