fix NSClient mode
This commit is contained in:
parent
bf0dc1cb9b
commit
3175fbef31
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ public class DataService extends DaggerIntentService {
|
|||
aapsLogger.debug(LTag.DATASERVICE, "onHandleIntent " + BundleLogger.log(intent.getExtras()));
|
||||
|
||||
|
||||
boolean acceptNSData = !sp.getBoolean(R.string.key_ns_upload_only, true);
|
||||
boolean acceptNSData = !sp.getBoolean(R.string.key_ns_upload_only, true) || config.getNSCLIENT();
|
||||
|
||||
final String action = intent.getAction();
|
||||
if (Intents.ACTION_NEW_BG_ESTIMATE.equals(action)) {
|
||||
|
|
Loading…
Reference in a new issue