-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fix(android): textfield padding #13513
Conversation
Added the dpi fix! Still have to test the other |
Yep, thats great! Still, we will likely have to wait for the 12.0.0 release, since many devs like us used the workaround with different padding for now, so those apps would break in silence. No issue though for the next major, as it can be listed as one of the behavioral / breaking changes. |
@m1ga Can you approve the changes? Then I can merge it |
it's my old PR #13279 so I'm not sure if I should approve it 😄 It was reverted because of a It's still working fine:
|
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.
LGTM (biased as I did the change 😄 )
I know, but we need the formal approval for a PR merge :) |
* Revert "Revert "fix(android): textfield padding (#13279)" (#13512)" This reverts commit 918388a. * fix(android): fix input value * reset padding --------- Co-authored-by: m1ga <[email protected]> Co-authored-by: Michael Gangolf <[email protected]>
cc @m1ga, you can push into the branch :)