Toast.makeText(this,"The corresponding audio file is unobtainable. Please proceed to the next transcript."+transcriptID.getText(),Toast.LENGTH_LONG).show();
Log.d(TAG,"Try to reach: "+transcripTextFile.replace(transcriptFilename,transcriptID.getText().toString()+".wav"));
Toast.makeText(this,"The corresponding audio file is unobtainable. Please proceed to the next transcript.",Toast.LENGTH_LONG).show();
transcriptOK.setEnabled(false);
}
}
...
...
@@ -276,7 +280,9 @@ public class CheckTranscription extends AikumaActivity {