mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Force Talkback to read symbols when autocorrecting
This commit is contained in:
parent
f152f6537c
commit
db758a975d
@ -185,9 +185,9 @@ public final class AccessibilityUtils {
|
|||||||
if (shouldObscure) {
|
if (shouldObscure) {
|
||||||
// This should never happen, but just in case...
|
// This should never happen, but just in case...
|
||||||
return mContext.getString(R.string.spoken_auto_correct_obscured,
|
return mContext.getString(R.string.spoken_auto_correct_obscured,
|
||||||
keyCodeDescription);
|
keyCodeDescription + "\u034F");
|
||||||
}
|
}
|
||||||
return mContext.getString(R.string.spoken_auto_correct, keyCodeDescription,
|
return mContext.getString(R.string.spoken_auto_correct, keyCodeDescription + "\u034F",
|
||||||
mTypedWord, mAutoCorrectionWord);
|
mTypedWord, mAutoCorrectionWord);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user