Enable one click subscribe

This commit is contained in:
M66B
2025-08-16 17:21:30 +02:00
parent ca2bbdf18d
commit 8483ce15ec

View File

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