Debug when we request reviews

This commit is contained in:
Max Radermacher 2026-06-10 13:26:53 -05:00 committed by GitHub
parent c4b6b61da7
commit 3914c811be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -912,6 +912,7 @@ public class ChatListViewController: OWSViewController, HomeTabViewController {
}
// In Production this will pop up at most 3 times per 365 days.
Logger.info("requesting review")
SKStoreReviewController.requestReview(in: windowScene)
Self.didRequestReview = true
}