- Notifications
You must be signed in to change notification settings - Fork 484
Closed
Description
Step 2: Describe your environment
- Objective C or Swift: Swift
- iOS version: 17.5.1
- Firebase SDK version: 11.1.0
- FirebaseUI version: 14.2.4
Step 3: Describe the problem:
Activity indicator is displayed in black only.
Steps to reproduce:
- Uses
FUIPhoneAuth
FeedbackGenerator.run(event: .tap) let authUI = FUIAuth.defaultAuthUI()! authUI.delegate = self authUI.providers = [FUIPhoneAuth(authUI: authUI)] let provider = authUI.providers.first as! FUIPhoneAuth provider.signIn(withPresenting: self, phoneNumber: nil)
- Follows the instructions to enter your phone number and code
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
from UIActivityIndicatorViewStyleLarge
locally and it worked.
But UIActivityIndicatorViewStyleWhiteLarge
is marked deprecated
willbattel
Metadata
Metadata
Assignees
Labels
No labels