Skip to content
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): autofillType on apiLevel < 26 #9610

Merged
merged 2 commits into from Oct 14, 2021

Conversation

@farfromrefug
Copy link
Collaborator

@farfromrefug farfromrefug commented Oct 13, 2021

The old way of setting apiLevel was not working. For some reason (sadly did not have time to investigate more) the createNativeView did not seem to have been called first and thus the apiLevel was not set.
We now do it the same way we do in other parts of N code.
This is fixes apps crashing on <26

@cla-bot cla-bot bot added the cla: yes label Oct 13, 2021
@NathanWalker NathanWalker merged commit 8878c3b into NativeScript:master Oct 14, 2021
2 of 3 checks passed
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants