Skip to content

Commit e10d8f5

Browse files
Update Test Cases
1 parent 6182795 commit e10d8f5

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native/ReactCommon/react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput

1 file changed

+1
-1
lines changed

packages/react-native/ReactCommon/react/renderer/components/textinput/platform/ios/react/renderer/components/iostextinput/conversions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ inline void fromRawValue(
122122
result = ReturnKeyType::Continue;
123123
return;
124124
}
125-
abort();
125+
result = ReturnKeyType::Default;
126126
}
127127

128128
inline void fromRawValue(

0 commit comments

Comments
 (0)