Skip to content

Commit

Permalink
Remove vestigial reference to UIActionSheetDelegate (facebook#41402)
Browse files Browse the repository at this point in the history
Summary:

Changelog: [Internal]

UIActionSheet was deprecated in iOS 8.3.

The RCTActionSheetManager class listed the UIActionSheetDelegate as an adopted protocol but none of the protocol methods were implemented.

Reviewed By: sammy-SC

Differential Revision: D50732844
  • Loading branch information
Phillip Pan authored and facebook-github-bot committed Nov 10, 2023
1 parent 94da17e commit 4bee9ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

using namespace facebook::react;

@interface RCTActionSheetManager () <UIActionSheetDelegate, NativeActionSheetManagerSpec>
@interface RCTActionSheetManager () <NativeActionSheetManagerSpec>

@property (nonatomic, strong) NSMutableArray<UIAlertController *> *alertControllers;

Expand Down

0 comments on commit 4bee9ac

Please sign in to comment.