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