1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-01 01:06:11 +00:00

Small improvement

This commit is contained in:
M66B 2024-08-27 09:21:59 +02:00
parent 933960b347
commit 4321358f49

View file

@ -45,7 +45,7 @@ public class TTSHelper {
Locale locale = (language == null ? Locale.getDefault() : new Locale(language));
Runnable speak = new Runnable() {
final Runnable speak = new Runnable() {
@Override
public void run() {
try {