From 3914c811be047d6ada01bd502a3b96ed2896f542 Mon Sep 17 00:00:00 2001 From: Max Radermacher Date: Wed, 10 Jun 2026 13:26:53 -0500 Subject: [PATCH] Debug when we request reviews --- .../HomeView/Chat List/ChatListViewController.swift | 1 + 1 file changed, 1 insertion(+) 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 }