Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update RCTUIKit.m
Browse files Browse the repository at this point in the history
Saadnajmi authored Aug 23, 2024
1 parent 4b7fd15 commit 89ddb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native/React/Base/macOS/RCTUIKit.m
Original file line number Diff line number Diff line change
@@ -886,7 +886,7 @@ - (void)setActivityIndicatorViewStyle:(UIActivityIndicatorViewStyle)activityIndi

switch (activityIndicatorViewStyle) {
case UIActivityIndicatorViewStyleLarge:
self.controlSize = NSControlSizeLarge;
self.controlSize = NSControlSizeLarge;
break;
case UIActivityIndicatorViewStyleMedium:
self.controlSize = NSControlSizeRegular;

0 comments on commit 89ddb05

Please sign in to comment.