|
|
@ -406,7 +406,7 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
|
|
|
|
if (host != null && !host.equals(puny)) {
|
|
|
|
if (host != null && !host.equals(puny)) {
|
|
|
|
etLink.setText(format(uri.buildUpon().encodedAuthority(puny).build(), context));
|
|
|
|
etLink.setText(format(uri.buildUpon().encodedAuthority(puny).build(), context));
|
|
|
|
tvLink.setText(uri.toString());
|
|
|
|
tvLink.setText(uri.toString());
|
|
|
|
tvSuspicious.setVisibility(View.VISIBLE);
|
|
|
|
tvSuspicious.setVisibility(View.GONE);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
etLink.setText(format(uri, context));
|
|
|
|
etLink.setText(format(uri, context));
|
|
|
|
tvLink.setText(null);
|
|
|
|
tvLink.setText(null);
|
|
|
|