aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorSatoshi Kataoka <satok@google.com>2013-10-09 21:25:55 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-09 21:25:55 -0700
commit1348564283733323977fd0f5049101637136432c (patch)
treec6c24c5589a6e3dd246221abd6c294b45a0bb1d4 /java/src
parent489a6aa4a822fe8f7d2da4c621164e9e39a7f07d (diff)
parentbc5198b8d1a5a92a541da9de528f61054988bfa3 (diff)
downloadlatinime-1348564283733323977fd0f5049101637136432c.tar.gz
latinime-1348564283733323977fd0f5049101637136432c.tar.xz
latinime-1348564283733323977fd0f5049101637136432c.zip
am bc5198b8: am 8822a52c: am 287c739d: Merge "Fix build"
* commit 'bc5198b8d1a5a92a541da9de528f61054988bfa3': 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);