Skip to content

Commit

Permalink
chore: trigger ci again as I lack a button
Browse files Browse the repository at this point in the history
  • Loading branch information
importRyan committed Dec 19, 2024
1 parent a3d596a commit 4229674
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ - (NSString*)textInRange:(UITextRange*)range {
if (textRange.location == NSNotFound) {
// Avoids [crashes](https://github.com/flutter/flutter/issues/138464) from an assertion
// against NSNotFound.
// TODO(hellohuanlin): root cause https://github.com/flutter/flutter/issues/160100
// TODO(hellohuanlin): https://github.com/flutter/flutter/issues/160100
return nil;
}
return [self.text substringWithRange:textRange];
Expand Down

0 comments on commit 4229674

Please sign in to comment.