Skip to content

Commit a64ff7f

Browse files
committed
chore: update patch file url
1 parent 7c5dfd9 commit a64ff7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apple/MarkdownBackedTextInputDelegate.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ - (BOOL)textInputShouldSubmitOnReturn
9292
}
9393

9494
// This method is added as a patch in the New Expensify app.
95-
// See https://github.com/Expensify/App/blob/fd4b9adc22144cb99db1a5634f8828a13fa8c374/patches/react-native%2B0.77.1%2B011%2BAdd-onPaste-to-TextInput.patch#L239
95+
// See https://github.com/Expensify/App/blob/9a0afa06d2c35d6ef1928d944cf7d28c17dd2bb4/patches/react-native/react-native%2B0.81.4%2B011%2BAdd-onPaste-to-TextInput.patch
9696
- (void)textInputDidPaste:(NSArray<NSDictionary<NSString *, NSString *> *> *)items
9797
{
9898
void (*func)(id, SEL, NSArray<NSDictionary<NSString *, NSString *> *> *) = (void (*)(id, SEL, NSArray<NSDictionary<NSString *, NSString *> *> *))objc_msgSend;

0 commit comments

Comments
 (0)