mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 01:06:11 +00:00
Small improvement
This commit is contained in:
parent
933960b347
commit
4321358f49
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public class TTSHelper {
|
||||||
|
|
||||||
Locale locale = (language == null ? Locale.getDefault() : new Locale(language));
|
Locale locale = (language == null ? Locale.getDefault() : new Locale(language));
|
||||||
|
|
||||||
Runnable speak = new Runnable() {
|
final Runnable speak = new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue