Skip to content

Activity indicator is displayed in black only during the process #1207

Closed
@shosokawa

Description

@shosokawa

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.

IMG_BBC47D495EC5-1

Steps to reproduce:

  1. 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)
  1. 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.
IMG_6CC5953CF6DB-1

But UIActivityIndicatorViewStyleWhiteLarge is marked deprecated

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions