We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5feba0a commit a39de3aCopy full SHA for a39de3a
AnonymousAuth/FirebaseAnonymousAuthUI/FUIAnonymousAuth.m
@@ -88,7 +88,7 @@ - (NSString *)signInLabel {
88
}
89
90
- (UIImage *)icon {
91
- return [FUIAuthUtils imageNamed:@"ic_anonymous" fromBundleNameOrNil:FUIAuthBundleName];
+ return [FUIAuthUtils imageNamed:@"ic_anonymous" fromBundleNameOrNil:kBundleName];
92
93
94
- (UIColor *)buttonBackgroundColor {
0 commit comments