We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ad154 commit d653987Copy full SHA for d653987
app/src/main/java/openscience/crowdsource/video/experiments/ResultActivity.java
@@ -115,7 +115,7 @@ public void onClick(View arg0) {
115
Spanned spanned;
116
final EditText edittext = new EditText(ResultActivity.this);
117
edittext.setEnabled(false);
118
- int skipIndex = 1; // 0 - mean do not skip
+ int skipIndex = 0;
119
if (p == skipIndex) {
120
spanned = Html.fromHtml("<font color='red'><b>" + predictions[p] + "</b></font>");
121
TextView correctResultvalue = (TextView) findViewById(R.id.predictedResultValue);
0 commit comments