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

Commit 742a3aa8 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6761965 from 58cdd3ed to sc-release

Change-Id: I915d8b7ac962ccec425dc24a2bf17eb958f7e99a
parents 3dda5aef 58cdd3ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
# should not be considered a typo, but that should never be suggested
# explicitly. An entry may be made not a word by adding a `not_a_word'
# field with a value of `true'. The main reason for putting such entries
# into the dictionary is to add shortcut targets and maybe a whitelist
# into the dictionary is to add shortcut targets and maybe an allowlist
# replacement.
#
# Each word may or may not have any number of shortcut target lines
+2 −2
Original line number Diff line number Diff line
@@ -222,7 +222,7 @@ public class RichInputMethodSubtype {
            return noLanguageSubtype;
        }
        Log.w(TAG, "Can't find any language with QWERTY subtype");
        Log.w(TAG, "No input method subtype found; returning dummy subtype: "
        Log.w(TAG, "No input method subtype found; returning placeholder subtype: "
                + PLACEHOLDER_NO_LANGUAGE_SUBTYPE);
        return PLACEHOLDER_NO_LANGUAGE_SUBTYPE;
    }
@@ -243,7 +243,7 @@ public class RichInputMethodSubtype {
            return emojiSubtype;
        }
        Log.w(TAG, "Can't find emoji subtype");
        Log.w(TAG, "No input method subtype found; returning dummy subtype: "
        Log.w(TAG, "No input method subtype found; returning placeholder subtype: "
                + PLACEHOLDER_EMOJI_SUBTYPE);
        return PLACEHOLDER_EMOJI_SUBTYPE;
    }