mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-04-06 07:00:01 +03:00
Change link for push notification helper
This commit is contained in:
parent
f3265b439a
commit
91a2d61fd0
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue