Skip to content

Commit 19caef1

Browse files
committed
Fix bad nullability identifier
Change-Id: Ib9ce42988c3d4c18833b38f525496683cafe22d9
1 parent bd47f6d commit 19caef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebasePhoneAuthUI/FUICodeField.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ - (CGSize)intrinsicContentSize {
174174
return textFieldSize;
175175
}
176176

177-
- (UITextContentType)textContentType {
177+
- (UITextContentType _Null_unspecified)textContentType {
178178
#if __IPHONE_OS_MIN_VERSION_REQUIRED > __IPHONE_12_0
179179
if (@available(iOS 12.0, *)) {
180180
return UITextContentTypeOneTimeCode;

0 commit comments

Comments
 (0)