Debug one click unsubscribe

This commit is contained in:
M66B
2025-08-15 07:22:56 +02:00
parent ac14fb5ebb
commit 53213ba792

View File

@@ -3030,7 +3030,7 @@ public class MessageHelper {
e = list.indexOf('>', s + 1);
}
if (true || link != null && !link.startsWith("https://"))
if (!BuildConfig.DEBUG || link != null && !link.startsWith("https://"))
oneclick = false;
if (link != null)