mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-16 23:30:36 +01:00
Refactoring
This commit is contained in:
@@ -538,7 +538,7 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
|
||||
} else {
|
||||
etLink.setText(format(uri, context));
|
||||
tvLink.setText(null);
|
||||
tvSuspicious.setVisibility(Helper.isSingleScript(host) ? View.GONE : View.VISIBLE);
|
||||
tvSuspicious.setVisibility(TextHelper.isSingleScript(host) ? View.GONE : View.VISIBLE);
|
||||
}
|
||||
|
||||
if (check_links_dbl &&
|
||||
|
||||
Reference in New Issue
Block a user