fix uploading profile
This commit is contained in:
parent
750ac19b41
commit
df0af4da94
1 changed files with 1 additions and 6 deletions
|
@ -612,12 +612,7 @@ public class NewNSTreatmentDialog extends DialogFragment implements View.OnClick
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else {
|
} else if (options.executeTempTarget) {
|
||||||
ConfigBuilderPlugin.uploadCareportalEntryToNS(data);
|
|
||||||
}
|
|
||||||
if (options.executeTempTarget) {
|
|
||||||
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if ((data.has("targetBottom") && data.has("targetTop")) || (data.has("duration")&& data.getInt("duration") == 0)) {
|
if ((data.has("targetBottom") && data.has("targetTop")) || (data.has("duration")&& data.getInt("duration") == 0)) {
|
||||||
sHandler.post(new Runnable() {
|
sHandler.post(new Runnable() {
|
||||||
|
|
Loading…
Reference in a new issue