mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 22:03:37 +00:00
[android] Explain why the TTS button doesn't work when no engine installed
Signed-off-by: Harry Bond <me@hbond.xyz>
This commit is contained in:
committed by
Konstantin Pastbin
parent
eaeae8f31d
commit
a338a18590
@@ -220,7 +220,7 @@ public enum TtsPlayer
|
||||
}
|
||||
}
|
||||
|
||||
private static boolean isReady()
|
||||
public static boolean isReady()
|
||||
{
|
||||
return (INSTANCE.mTts != null && !INSTANCE.mUnavailable && !INSTANCE.mInitializing);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user