Disable smooth scroll of Emoji pager
Bug: 10538430 Change-Id: Ib9dfa28bf6b642cc8895022ead9e6b2d64001097
This commit is contained in:
parent
8faa1a4482
commit
44220e7271
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ public final class EmojiKeyboardView extends LinearLayout implements OnTabChange
|
|||
final int newCategoryPageId = mEmojiCategory.getPageIdFromCategoryId(categoryId);
|
||||
if (force || mEmojiCategory.getCategoryIdAndPageIdFromPagePosition(
|
||||
mEmojiPager.getCurrentItem()).first != categoryId) {
|
||||
mEmojiPager.setCurrentItem(newCategoryPageId, true /* smoothScroll */);
|
||||
mEmojiPager.setCurrentItem(newCategoryPageId, false /* smoothScroll */);
|
||||
}
|
||||
if (force || mTabHost.getCurrentTab() != newTabId) {
|
||||
mTabHost.setCurrentTab(newTabId);
|
||||
|
|
Loading…
Reference in a new issue