Fixed FC, call with bad context.
This commit is contained in:
parent
bb35e6f6b5
commit
1ef6087e5c
1 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ public class TTSCommandPlayerImpl extends AbstractPrologCommandPlayer {
|
|||
R.string.tts_missing_language_data_title,
|
||||
R.string.tts_missing_language_data,
|
||||
new IntentStarter(
|
||||
ctx,
|
||||
act,
|
||||
TextToSpeech.Engine.ACTION_INSTALL_TTS_DATA),
|
||||
act);
|
||||
builder.show();
|
||||
|
@ -118,7 +118,7 @@ public class TTSCommandPlayerImpl extends AbstractPrologCommandPlayer {
|
|||
R.string.tts_language_not_supported_title,
|
||||
R.string.tts_language_not_supported,
|
||||
new IntentStarter(
|
||||
ctx,
|
||||
act,
|
||||
Intent.ACTION_VIEW, Uri.parse("market://search?q=text to speech engine"
|
||||
)),
|
||||
act);
|
||||
|
|
Loading…
Reference in a new issue