This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix displaying the error message on download failure.
master
Reece H. Dunn
13 years ago
parent
fd6b33cff4
commit
e64fd4fa39
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
android/src/com/reecedunn/espeak/eSpeakActivity.java
+ 1
- 0
android/src/com/reecedunn/espeak/eSpeakActivity.java
View File
@@ -217,6 +217,7 @@ public class eSpeakActivity extends Activity {
if (mDownloadedVoiceData) {
Log.e(TAG, "Voice data check failed (error code: " + resultCode + ").");
setState(State.ERROR);
populateInformationView();
} else {
downloadVoiceData();
}
Write
Preview
Loading…
Cancel
Save