mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Avoid getString with resid 0
This commit is contained in:
parent
b5446fb77f
commit
0457a56218
@ -222,7 +222,7 @@ public final class SubtypeLocaleUtils {
|
|||||||
}
|
}
|
||||||
|
|
||||||
final String displayName;
|
final String displayName;
|
||||||
if (exceptionalNameResId != null) {
|
if (exceptionalNameResId != null && exceptionalNameResId != 0) {
|
||||||
final RunInLocale<String> getExceptionalName = new RunInLocale<String>() {
|
final RunInLocale<String> getExceptionalName = new RunInLocale<String>() {
|
||||||
@Override
|
@Override
|
||||||
protected String job(final Resources res) {
|
protected String job(final Resources res) {
|
||||||
|
Loading…
Reference in New Issue
Block a user