mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix stack overflow
Change-Id: I977b240ea462b40852ba9504282312d5fa4e2885
This commit is contained in:
parent
ab39afca23
commit
b9fca7a192
@ -124,7 +124,7 @@ public class SubtypeLocale {
|
||||
// fixed.
|
||||
if (keyboardLayoutSet == null) {
|
||||
android.util.Log.w(TAG, "KeyboardLayoutSet not found, use QWERTY: " +
|
||||
getFullDisplayName(subtype) + " extraValue=" + subtype.getExtraValue());
|
||||
"locale=" + subtype.getLocale() + " extraValue=" + subtype.getExtraValue());
|
||||
return AdditionalSubtype.QWERTY;
|
||||
}
|
||||
return keyboardLayoutSet;
|
||||
|
Loading…
x
Reference in New Issue
Block a user