Temporary disable saving keys of emoticons to recents
Bug: 10538430 Change-Id: I4c3d0d692eecdd3bb5e780bdaca46f3310065471main
parent
71cce2dd3e
commit
fb9b50671d
|
@ -505,7 +505,10 @@ public final class EmojiKeyboardView extends LinearLayout implements OnTabChange
|
|||
|
||||
@Override
|
||||
public void onKeyClick(final Key key) {
|
||||
mEmojiKeyboardAdapter.addRecentKey(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) {
|
||||
|
|
Loading…
Reference in New Issue