fix uploading profile

This commit is contained in:
Milos Kozak 2017-01-23 15:56:32 +01:00
parent 750ac19b41
commit df0af4da94

View file

@ -612,12 +612,7 @@ public class NewNSTreatmentDialog extends DialogFragment implements View.OnClick
}
});
}
} else {
ConfigBuilderPlugin.uploadCareportalEntryToNS(data);
}
if (options.executeTempTarget) {
} else if (options.executeTempTarget) {
try {
if ((data.has("targetBottom") && data.has("targetTop")) || (data.has("duration")&& data.getInt("duration") == 0)) {
sHandler.post(new Runnable() {