Skip to content

Commit

Permalink
Update accessibility_bridge.mm
Browse files Browse the repository at this point in the history
  • Loading branch information
hannah-hyj committed May 11, 2023
1 parent 404820f commit 6751fd9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,7 @@ static bool DidFlagChange(const flutter::SemanticsNode& oldNode,
}
if ([type isEqualToString:@"focus"]) {
SemanticsObject* node = objects_.get()[@([annotatedEvent[@"nodeId"] intValue])];
ios_delegate_->PostAccessibilityNotification(UIAccessibilityLayoutChangedNotification,
node);
ios_delegate_->PostAccessibilityNotification(UIAccessibilityLayoutChangedNotification, node);
}
}

Expand Down

0 comments on commit 6751fd9

Please sign in to comment.