Skip to content
Snippets Groups Projects
Commit 0ced24ef authored by Georg Veichtlbauer's avatar Georg Veichtlbauer Committed by Dhina17
Browse files

LatinIME: Never use emoji action key in place of enter

Change-Id: I3359bcee3da4fc7fbdfe655e959d25c26d8cf585
parent ec8a0637
No related branches found
No related tags found
No related merge requests found
......@@ -247,13 +247,6 @@
</case>
<!-- Smiley in textShortMessage field.
This <case> should be after Shift + Enter <case> and before any of action <case>. -->
<case
latin:mode="im"
>
<key-style
latin:styleName="enterKeyStyle"
latin:parentStyle="emojiKeyStyle" />
</case>
<case
latin:imeAction="actionGo"
>
......
......@@ -161,7 +161,7 @@ public class LayoutCustomizer extends AbstractLayoutBase {
* @return the array of {@link ExpectedKey} that should be placed as an enter key.
*/
public ExpectedKey getEnterKey(final boolean isPhone) {
return isPhone ? key(ENTER_KEY, EMOJI_ACTION_KEY) : ENTER_KEY;
return ENTER_KEY;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment