Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit dcdea31

Browse files
review
1 parent 3d55c09 commit dcdea31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shell/platform/darwin/ios/framework/Source/SemanticsObject+UIFocusSystem.mm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ - (CGRect)frame {
7878
#pragma mark - UIFocusItemContainer Conformance
7979

8080
- (NSArray<id<UIFocusItem>>*)focusItemsInRect:(CGRect)rect {
81-
// It seems the iOS focus system rely heavily on this method (instead of
82-
// preferredFocusEnvironments) for directional navigation.
81+
// It seems the iOS focus system relies heavily on focusItemsInRect
82+
// (instead of preferredFocusEnvironments) for directional navigation.
8383
// Whether the item order in the returned array matters is unknown.
8484
//
8585
// Additionally, this method is only supposed to return items within the given

0 commit comments

Comments
 (0)