Skip to content

Commit

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

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

fbshipit-source-id: e954f1e9a03e80561b3b066557e56c7f3d3589d4
  • Loading branch information
philIip authored and facebook-github-bot committed Nov 10, 2023
1 parent 9b33e75 commit 0479beb
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 0479beb

Please sign in to comment.