fix logic

This commit is contained in:
Phillip Thelen 2017-09-15 15:23:07 +02:00
parent 91b29e1188
commit ae208acd12

View file

@ -323,7 +323,7 @@ public class TaskFormActivity extends BaseActivity implements AdapterView.OnItem
taskAttributeSpinner.setAdapter(attributeAdapter);
taskAttributeSpinner.setSelection(0);
if (taskBasedAllocation) {
if (!taskBasedAllocation) {
attributeWrapper.setVisibility(View.GONE);
}