Change link for push notification helper

This commit is contained in:
Thomas 2025-02-22 16:11:43 +01:00
parent f3265b439a
commit 91a2d61fd0

View file

@ -69,7 +69,7 @@ public class PushHelper {
AlertDialog.Builder alert = new MaterialAlertDialogBuilder(context);
alert.setTitle(R.string.no_distributors_found);
final TextView message = new TextView(context);
String link = "https://fedilab.app/wiki/features/push-notifications/";
String link = "https://ntfy.sh/";
final SpannableString s =
new SpannableString(context.getString(R.string.no_distributors_explanation, link));
Linkify.addLinks(s, Linkify.WEB_URLS);