diff --git a/Signal/src/ViewControllers/HomeView/Chat List/ChatListViewController.swift b/Signal/src/ViewControllers/HomeView/Chat List/ChatListViewController.swift index 4c4059f54f..c3ca60ac46 100644 --- a/Signal/src/ViewControllers/HomeView/Chat List/ChatListViewController.swift +++ b/Signal/src/ViewControllers/HomeView/Chat List/ChatListViewController.swift @@ -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 }