From 8f00373e08ddc6effd0cd854a011f5b111ec0005 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 10 Mar 2025 20:35:35 -0400 Subject: [PATCH] Improve network reliability. --- .../thoughtcrime/securesms/push/SignalServiceNetworkAccess.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/org/thoughtcrime/securesms/push/SignalServiceNetworkAccess.kt b/app/src/main/java/org/thoughtcrime/securesms/push/SignalServiceNetworkAccess.kt index 1bcd47c9a5..ceb4f2871e 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/push/SignalServiceNetworkAccess.kt +++ b/app/src/main/java/org/thoughtcrime/securesms/push/SignalServiceNetworkAccess.kt @@ -169,7 +169,7 @@ class SignalServiceNetworkAccess(context: Context) { HostConfig("https://android.clients.google.com", G_HOST, PLAY_CONNECTION_SPEC), HostConfig("https://clients3.google.com", G_HOST, GMAPS_CONNECTION_SPEC), HostConfig("https://clients4.google.com", G_HOST, GMAPS_CONNECTION_SPEC), - HostConfig("https://inbox.google.com", G_HOST, GMAIL_CONNECTION_SPEC) + HostConfig("https://googlemail.com", G_HOST, GMAIL_CONNECTION_SPEC) ) private val fUrls = arrayOf("https://github.githubassets.com", "https://pinterest.com", "https://www.redditstatic.com")