mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-17 07:41:15 +01:00
Oops
This commit is contained in:
@@ -583,7 +583,7 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
|
||||
|
||||
String chost = getConfirmHost(uri);
|
||||
cbNotAgain.setText(context.getString(R.string.title_no_ask_for_again, chost));
|
||||
cbNotAgain.setVisibility(!always_confirm && chost != null ? View.VISIBLE : View.GONE);
|
||||
cbNotAgain.setVisibility(!always_confirm && !sanitize_links && chost != null ? View.VISIBLE : View.GONE);
|
||||
|
||||
setMore(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user