From e6e4c70a237440ad94e4d1590e98f12d53c1cf2b Mon Sep 17 00:00:00 2001 From: Satoshi Kataoka Date: Mon, 7 Oct 2013 12:48:14 +0900 Subject: [PATCH] Fix build Change-Id: I61341aa7b1ceb311aaa5faa5888ba31e463a95d5 --- .../src/com/android/inputmethod/keyboard/EmojiPalettesView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java b/java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java index 0946cbd9f..46e72bf95 100644 --- a/java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java +++ b/java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java @@ -589,7 +589,7 @@ public final class EmojiPalettesView extends LinearLayout implements OnTabChange // Needs to save pending updates for recent keys when we get out of the recents // category because we don't want to move the recent emojis around while the user // is in the recents category. - mEmojiKeyboardAdapter.flushPendingRecentKeys(); + mEmojiPalettesAdapter.flushPendingRecentKeys(); } mEmojiCategory.setCurrentCategoryId(categoryId);