aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorSatoshi Kataoka <satok@google.com>2013-10-07 03:49:42 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-10-07 03:49:43 +0000
commit287c739db9715222733af18b5e575f0bba1033bf (patch)
treede4d8e373a4106887a274f728c44f8f566cba621 /java/src
parent785eed9be5e3d969823ba5d3a80121a2acdb8d83 (diff)
parente6e4c70a237440ad94e4d1590e98f12d53c1cf2b (diff)
downloadlatinime-287c739db9715222733af18b5e575f0bba1033bf.tar.gz
latinime-287c739db9715222733af18b5e575f0bba1033bf.tar.xz
latinime-287c739db9715222733af18b5e575f0bba1033bf.zip
Merge "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);