-
-
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
Add emoji-material module for material bindings. #394
Conversation
@@ -216,7 +216,7 @@ Pattern getEmojiRepetitivePattern() { | |||
return emojiMap.get(candidate.toString()); | |||
} | |||
|
|||
void verifyInstalled() { | |||
public void verifyInstalled() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not happy about this but required :(
Looks decent, but are we copy/pasting too much code between material and regular widgets? Can that be unified? |
I've tried 1-2 years ago and I gave up. Can try again but can be a follow up PR. |
Never give up :P Needs rebase, then I can approve. |
Done so |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please open a separate issue to unify code across widgets.
Waiting for @rubengees's code review |
First step. LayoutFactory will follow.