-
Notifications
You must be signed in to change notification settings - Fork 478
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
Activity indicator is displayed in black only during the process #1207
Comments
same issue here |
This was referenced Oct 21, 2024
paulb777
added a commit
that referenced
this issue
Oct 22, 2024
paulb777
added a commit
that referenced
this issue
Oct 22, 2024
Thanks for the fix @willbattel. It's now in version 14.2.6 for Swift Package Manager and new FirebaseAuthUI podspec with the fix should be published tomorrow. |
thanks for the fix. it displays correctly on v 14.2.6 now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Step 2: Describe your environment
Step 3: Describe the problem:
Activity indicator is displayed in black only.
Steps to reproduce:
FUIPhoneAuth
Observed Results:
Activity indicator is displayed as "black square"
Expected Results:
Activity indicator is displayed as "indicator on black square"
Relevant Code:
I guess that this change on #1194 is the cause.
I tried to restore the style to
UIActivityIndicatorViewStyleWhiteLarge
fromUIActivityIndicatorViewStyleLarge
locally and it worked.But
UIActivityIndicatorViewStyleWhiteLarge
is marked deprecatedThe text was updated successfully, but these errors were encountered: