diff options
author | 2013-10-09 20:59:26 -0700 | |
---|---|---|
committer | 2013-10-09 20:59:26 -0700 | |
commit | bc5198b8d1a5a92a541da9de528f61054988bfa3 (patch) | |
tree | c6c24c5589a6e3dd246221abd6c294b45a0bb1d4 /java/src | |
parent | 178ec9d9e6379a242273473488bb47afe336b14e (diff) | |
parent | 8822a52c3f35acf34c10946e91cbcc230e4f88f5 (diff) | |
download | latinime-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.java | 2 |
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); |