mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 01:36:55 +00:00
Updated link
This commit is contained in:
parent
ba0c9d4eab
commit
6899731818
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class FragmentPro extends FragmentEx implements SharedPreferences.OnShare
|
||||||
tvList = view.findViewById(R.id.tvList);
|
tvList = view.findViewById(R.id.tvList);
|
||||||
btnPurchase = view.findViewById(R.id.btnPurchase);
|
btnPurchase = view.findViewById(R.id.btnPurchase);
|
||||||
|
|
||||||
tvList.setText(Html.fromHtml("<a href=\"https://email.faircode.eu/\">" + Html.escapeHtml(getString(R.string.title_pro_list)) + "</a>"));
|
tvList.setText(Html.fromHtml("<a href=\"https://email.faircode.eu/#pro\">" + Html.escapeHtml(getString(R.string.title_pro_list)) + "</a>"));
|
||||||
tvList.setMovementMethod(LinkMovementMethod.getInstance());
|
tvList.setMovementMethod(LinkMovementMethod.getInstance());
|
||||||
|
|
||||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
|
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
|
||||||
|
|
Loading…
Reference in a new issue