Skip to content

Commit d653987

Browse files
author
defremov
committed
Fix recognition result parser for opencl scenarios #78
1 parent d7ad154 commit d653987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/openscience/crowdsource/video/experiments/ResultActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public void onClick(View arg0) {
115115
Spanned spanned;
116116
final EditText edittext = new EditText(ResultActivity.this);
117117
edittext.setEnabled(false);
118-
int skipIndex = 1; // 0 - mean do not skip
118+
int skipIndex = 0;
119119
if (p == skipIndex) {
120120
spanned = Html.fromHtml("<font color='red'><b>" + predictions[p] + "</b></font>");
121121
TextView correctResultvalue = (TextView) findViewById(R.id.predictedResultValue);

0 commit comments

Comments
 (0)