mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-18 08:11:33 +01:00
Autolink whois
This commit is contained in:
@@ -455,6 +455,8 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
|
||||
final TextView tvHost = dview.findViewById(R.id.tvHost);
|
||||
final TextView tvWhois = dview.findViewById(R.id.tvWhois);
|
||||
|
||||
tvWhois.setMovementMethod(LinkMovementMethod.getInstance());
|
||||
|
||||
tvHost.setText(args.getString("host"));
|
||||
tvWhois.setText(whois);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user