-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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: Mark view as important for AutoFill after requesting an AutoFill #4165
Conversation
Fixes AChep/keyguard-app#594 |
Co-authored-by: @AChep <[email protected]> Co-authored-by: @agnostic-apollo <[email protected]>
c6c2086
to
92208e7
Compare
Thanks for the fix. Makes sense, in the initial commit for AutoFill long ago, the view was marked as not important with a hardcoded value as it wasn't important at all times, hence I kept the logic in my last changes in c2d57f2, but now that we are dynamically setting autofill config, this is the way to go. I assume the keyguard-app wouldn't have been working even before my last changes. 8c80efb#diff-e8f482031a706124776cc4b4e81898127e6dd8dda09f1ffffa25eba7ff711f0aR23 p.s Please use commit message format guidelines in future. https://github.com/termux/termux-app#commit-messages-guidelines |
…for usernames Merge termux/termux-app#4125 and termux/termux-app#4165 Co-authored-by: @AChep <[email protected]> Co-authored-by: @agnostic-apollo <[email protected]>
…for usernames Merge termux/termux-app#4125 and termux/termux-app#4165 Co-authored-by: @AChep <[email protected]> Co-authored-by: @agnostic-apollo <[email protected]>
…for usernames Merge termux/termux-app#4125 and termux/termux-app#4165 Co-authored-by: @AChep <[email protected]> Co-authored-by: @agnostic-apollo <[email protected]>
Currently the view is still marked as not important even after requesting an autofill.