mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 12:21:15 +00:00
parent
d46fe60888
commit
4a81083abb
2 changed files with 2 additions and 2 deletions
|
@ -169,7 +169,7 @@ public class RunConditionMonitor {
|
|||
*/
|
||||
private RunConditionCheckResult decideShouldRun() {
|
||||
// Get run conditions preferences.
|
||||
boolean prefRunConditions= mPreferences.getBoolean(Constants.PREF_RUN_CONDITIONS, false);
|
||||
boolean prefRunConditions= mPreferences.getBoolean(Constants.PREF_RUN_CONDITIONS, true);
|
||||
boolean prefRunOnMobileData= mPreferences.getBoolean(Constants.PREF_RUN_ON_MOBILE_DATA, false);
|
||||
boolean prefRunOnWifi= mPreferences.getBoolean(Constants.PREF_RUN_ON_WIFI, true);
|
||||
boolean prefRunOnMeteredWifi= mPreferences.getBoolean(Constants.PREF_RUN_ON_METERED_WIFI, false);
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit a523fef78e617956f62684e28a4c73372a388c91
|
||||
Subproject commit 15c0afec055b935870b05af4483a0598d2e84dbb
|
Loading…
Reference in a new issue