[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:
Harry Bond
2025-08-23 18:13:57 +01:00
committed by Konstantin Pastbin
parent eaeae8f31d
commit a338a18590
3 changed files with 6 additions and 1 deletions

View File

@@ -220,7 +220,7 @@ public enum TtsPlayer
}
}
private static boolean isReady()
public static boolean isReady()
{
return (INSTANCE.mTts != null && !INSTANCE.mUnavailable && !INSTANCE.mInitializing);
}