mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-20 12:49:02 +00:00
fix logic
This commit is contained in:
parent
91b29e1188
commit
ae208acd12
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue