aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorSatoshi Kataoka <satok@google.com>2013-10-06 20:51:10 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-06 20:51:10 -0700
commit8822a52c3f35acf34c10946e91cbcc230e4f88f5 (patch)
tree8861e7ded07d3b94a99f773fa1d44a1424a383d2 /java/src
parent8b6b9e3367b460f5bfe83d12c46c20a73d2e4ed7 (diff)
parent287c739db9715222733af18b5e575f0bba1033bf (diff)
downloadlatinime-8822a52c3f35acf34c10946e91cbcc230e4f88f5.tar.gz
latinime-8822a52c3f35acf34c10946e91cbcc230e4f88f5.tar.xz
latinime-8822a52c3f35acf34c10946e91cbcc230e4f88f5.zip
am 287c739d: Merge "Fix build"
* commit '287c739db9715222733af18b5e575f0bba1033bf': 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);