Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update RCTView.m
  • Loading branch information
Saadnajmi authored Oct 26, 2022
commit 58a401d45ddfdbcc134c9f925c48aefc9f09c3bb
2 changes: 1 addition & 1 deletion React/Views/RCTView.m
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ - (void)setReactLayoutDirection:(UIUserInterfaceLayoutDirection)layoutDirection
{
if (_reactLayoutDirection != layoutDirection) {
_reactLayoutDirection = layoutDirection;
[self.layer setPDisplay];
[self.layer setNeedsDisplay];
}

#if !TARGET_OS_OSX // TODO(macOS GH#774)
Expand Down