This commit is contained in:
M66B
2023-02-03 07:39:36 +01:00
parent 256ea4ac27
commit 741b38ba8f
2 changed files with 2 additions and 2 deletions

View File

@@ -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);