We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3ba1c commit d1ffe5bCopy full SHA for d1ffe5b
WooCommerce/Classes/ViewRelated/Reviews/ReviewReply.swift
@@ -49,6 +49,7 @@ final class ReviewReplyHostingController: UIHostingController<ReviewReply>, UIAd
49
case .success:
50
self?.systemNoticePresenter.enqueue(notice: Notice(title: Localization.success, feedbackType: .success))
51
case .error:
52
+ // Include a notice identifier so the the error can be presented as a system notification even if the app is closed.
53
let noticeIdentifier = UUID().uuidString
54
let notice = Notice(title: Localization.error,
55
feedbackType: .error,
0 commit comments