mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-31 02:44:53 +01:00
Charging constraint is related to auto download only
This commit is contained in:
parent
dbda4a9aa8
commit
cd5224d01b
@ -68,7 +68,6 @@ public class AutoUpdateManager {
|
||||
} else {
|
||||
constraints.setRequiredNetworkType(NetworkType.UNMETERED);
|
||||
}
|
||||
constraints.setRequiresCharging(!UserPreferences.isEnableAutodownloadOnBattery());
|
||||
return constraints.build();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user