Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3a38af5 authored by Satoshi Kataoka's avatar Satoshi Kataoka Committed by Android (Google) Code Review
Browse files

Merge "Fix emoji tabs"

parents ebe3b3e8 12ff349f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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) {