Skip to content

Commit 07d517d

Browse files
committed
Add placeholder onReply action for review reply button
1 parent 9addaba commit 07d517d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

WooCommerce/Classes/ViewRelated/Reviews/ReviewDetailsViewController.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,10 @@ private extension ReviewDetailsViewController {
383383

384384
self.moderateReview(siteID: reviewSiteID, reviewID: reviewID, doneStatus: .spam, undoStatus: .unspam)
385385
}
386+
387+
commentCell.onReply = {
388+
// TODO: Open a text view to send a comment reply to the product review
389+
}
386390
}
387391
}
388392

0 commit comments

Comments
 (0)