Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9fca7a1 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix stack overflow

Change-Id: I977b240ea462b40852ba9504282312d5fa4e2885
parent ab39afca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;