aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorSatoshi Kataoka <satok@google.com>2013-10-09 20:59:26 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-09 20:59:26 -0700
commitbc5198b8d1a5a92a541da9de528f61054988bfa3 (patch)
treec6c24c5589a6e3dd246221abd6c294b45a0bb1d4 /java/src
parent178ec9d9e6379a242273473488bb47afe336b14e (diff)
parent8822a52c3f35acf34c10946e91cbcc230e4f88f5 (diff)
downloadlatinime-bc5198b8d1a5a92a541da9de528f61054988bfa3.tar.gz
latinime-bc5198b8d1a5a92a541da9de528f61054988bfa3.tar.xz
latinime-bc5198b8d1a5a92a541da9de528f61054988bfa3.zip
am 8822a52c: am 287c739d: Merge "Fix build"
* commit '8822a52c3f35acf34c10946e91cbcc230e4f88f5': Fix build
Diffstat (limited to 'java/src')
-rw-r--r--java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java2
1 files changed, 1 insertions, 1 deletions
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);