Skip to content

Commit f30bc8f

Browse files
authored
Merge pull request #25 from hyb175/master
Remove extra onNewIntent
2 parents 3658e13 + 2134e5b commit f30bc8f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/com/wmjmc/reactspeech/VoiceModule.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@ private String getPrompt(String prompt){
125125
return "Say something";
126126
}
127127

128-
public void onNewIntent(Intent intent) {
129-
// no-op
130-
}
131-
132128
private String getLocale(String locale){
133129
if(locale != null && !locale.equals("")){
134130
return locale;

0 commit comments

Comments
 (0)