-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Double password visibility toggles #347
Comments
@nicbell thanks for the report! We're actually using |
I noticed this issue before, but never bothered to do extensive research on it because I thought it was an isolated issue. I did however notice that if you don't set the eye drawable it still shows up which is weird. Since somebody else noticed this issue on the same version of the support lib that I'm using, I decided to check the release notes and indeed in v24.2.0 they added the password visibly toggle as the default. I'll submit a PR upgrading us to 24.2.1 unless somebody else wants to. |
@SUPERCILEX the reason we're not on |
Mockito 2.x came out. Doesn't it support api 24? |
It's Robolectric, not Mockito. We can try specifying |
My bad, I'll try getting Robolectric to play nice tonight. |
Thanks to #349 by @SUPERCILEX I was able to push version |
When using
com.firebaseui:firebase-ui-auth:0.6.0
with Android Support Library, revision24.2.0
. I get two icons to toggle password visibility because this feature is now built-in.As temporary fix I have downgraded my Android Support Library to
24.1.0
.The text was updated successfully, but these errors were encountered: