-
-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable RecentEmoji #477
Comments
We have a similar need, and I would be happy to submit a PR. Digging through the code the recent emoji come from the I can think of two approaches to to represent the "No recent emoji please" case: Option 1 - Represent it as Option 2 - Create some sort of marker implementation of @vanniktech which approach do you think would be best for this codebase? If it was kotlin I would probably go with option 2, but this is old school java, so perhaps some more nulls aren't that bad 🙂 |
Option 2 sounds good. |
PR welcome. |
Is there any way to disable the RecentEmoji tab? (version 0.7.0)
I want to dismiss the Recent Emojis
The text was updated successfully, but these errors were encountered: