Debug one click unsubscribe

master
M66B 1 month ago
parent ac14fb5ebb
commit 53213ba792

@ -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)

Loading…
Cancel
Save