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

Commit d2cafb03 authored by Satoshi Kataoka's avatar Satoshi Kataoka Committed by Android (Google) Code Review
Browse files

Merge "Temporary disable saving keys of emoticons to recents"

parents f1f0b325 fb9b5067
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -505,7 +505,10 @@ public final class EmojiKeyboardView extends LinearLayout implements OnTabChange

    @Override
    public void onKeyClick(final Key key) {
        // TODO: Save emoticons to recents
        if (mEmojiCategory.getCurrentCategoryId() != CATEGORY_ID_EMOTICONS) {
            mEmojiKeyboardAdapter.addRecentKey(key);
        }
        mEmojiCategory.saveLastTypedCategoryPage();
        final int code = key.getCode();
        if (code == Constants.CODE_OUTPUT_TEXT) {