mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-19 08:20:15 +00:00
Removed some logging call I forgot
This commit is contained in:
parent
ab8d157e2e
commit
6a49ce80fe
1 changed files with 0 additions and 4 deletions
|
@ -163,14 +163,10 @@ final class EmojiCategory {
|
||||||
|
|
||||||
mCurrentCategoryId = Settings.readLastShownEmojiCategoryId(mPrefs, defaultCategoryId);
|
mCurrentCategoryId = Settings.readLastShownEmojiCategoryId(mPrefs, defaultCategoryId);
|
||||||
mCurrentCategoryPageId = Settings.readLastShownEmojiCategoryPageId(mPrefs, 0);
|
mCurrentCategoryPageId = Settings.readLastShownEmojiCategoryPageId(mPrefs, 0);
|
||||||
Log.i(TAG, "Last Emoji category id is " + mCurrentCategoryId);
|
|
||||||
if (!isShownCategoryId(mCurrentCategoryId)) {
|
if (!isShownCategoryId(mCurrentCategoryId)) {
|
||||||
Log.i(TAG, "Last emoji category " + mCurrentCategoryId +
|
|
||||||
" is invalid, starting in " + defaultCategoryId);
|
|
||||||
mCurrentCategoryId = defaultCategoryId;
|
mCurrentCategoryId = defaultCategoryId;
|
||||||
} else if (mCurrentCategoryId == EmojiCategory.ID_RECENTS &&
|
} else if (mCurrentCategoryId == EmojiCategory.ID_RECENTS &&
|
||||||
recentsKbd.getSortedKeys().isEmpty()) {
|
recentsKbd.getSortedKeys().isEmpty()) {
|
||||||
Log.i(TAG, "No recent emojis found, starting in category " + defaultCategoryId);
|
|
||||||
mCurrentCategoryId = defaultCategoryId;
|
mCurrentCategoryId = defaultCategoryId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue