mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Fix emoji tabs"
This commit is contained in:
commit
e3a38af506
@ -125,7 +125,7 @@ public final class EmojiKeyboardView extends LinearLayout implements OnTabChange
|
||||
mShownCategories.add(CATEGORY_NATURE);
|
||||
mShownCategories.add(CATEGORY_PLACES);
|
||||
// TODO: Restore last saved category
|
||||
mCurrentCategory = CATEGORY_PLACES;
|
||||
mCurrentCategory = CATEGORY_PEOPLE;
|
||||
} else {
|
||||
// TODO: Restore last saved category
|
||||
mCurrentCategory = CATEGORY_SYMBOLS;
|
||||
@ -156,7 +156,7 @@ public final class EmojiKeyboardView extends LinearLayout implements OnTabChange
|
||||
|
||||
public int getCurrentCategory() {
|
||||
// TODO: Record current category.
|
||||
return CATEGORY_PEOPLE;
|
||||
return mCurrentCategory;
|
||||
}
|
||||
|
||||
public void setCurrentCategory(int category) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user