File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
WooCommerce/Classes/ViewRelated/Reviews Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ final class ReviewsViewController: UIViewController {
1818 let item = UIBarButtonItem ( image: . ellipsisImage,
1919 style: . plain,
2020 target: self ,
21- action: #selector( presentActionSheet ) )
21+ action: #selector( presentMoreActions ) )
2222 item. accessibilityIdentifier = " reviews-open-menu-button "
2323 item. accessibilityTraits = . button
2424 item. accessibilityLabel = Localization . MenuButton. accessibilityLabel
@@ -241,7 +241,7 @@ private extension ReviewsViewController {
241241
242242 /// Presents an action sheet on tapping the menu right bar button item.
243243 ///
244- @IBAction func presentActionSheet ( ) {
244+ @IBAction func presentMoreActions ( ) {
245245 let actionSheet = UIAlertController ( title: nil , message: nil , preferredStyle: . actionSheet)
246246 actionSheet. view. tintColor = . text
247247
You can’t perform that action at this time.
0 commit comments