Skip to content

Commit

Permalink
solve bug 0000738
Browse files Browse the repository at this point in the history
  • Loading branch information
domjos1994 committed Sep 23, 2020
1 parent e52712f commit a4b8cab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ public void updateUITrackerSpecific() {
}

this.spIssueGeneralPriority.setAdapter(Helper.setAdapter(this.getContext(), this.priorityValueArray));
this.spIssueGeneralView.setAdapter(Helper.setAdapter(this.getContext(), "issues_general_view_values"));
this.spIssueGeneralView.setAdapter(Helper.setAdapter(this.getContext(), "issues_general_view_state_values"));
this.spIssueGeneralResolution.setAdapter(Helper.setAdapter(this.getContext(), this.resolutionValueArray));
this.spIssueGeneralStatus.setAdapter(Helper.setAdapter(this.getContext(), this.statusValueArray));
this.spIssueGeneralReproducibility.setAdapter(Helper.setAdapter(this.getContext(), "issues_general_reproducibility_values"));
Expand Down

0 comments on commit a4b8cab

Please sign in to comment.