mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Added option to scan full web page for favicons
This commit is contained in:
@@ -247,14 +247,14 @@ public class FragmentDialogTheme extends FragmentDialogBase {
|
||||
if (grpDebug != null)
|
||||
grpDebug.setVisibility(debug || BuildConfig.DEBUG ? View.VISIBLE : View.GONE);
|
||||
|
||||
return new AlertDialog.Builder(getContext())
|
||||
return new AlertDialog.Builder(context)
|
||||
.setView(dview)
|
||||
.setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(DialogInterface dialog, int which) {
|
||||
getActivity().getIntent().putExtra("tab", "display");
|
||||
|
||||
ContactInfo.clearCache(getContext());
|
||||
ContactInfo.clearCache(context);
|
||||
|
||||
int optionId = rgThemeOptions.getCheckedRadioButtonId();
|
||||
boolean reverse = (swReverse.isEnabled() && swReverse.isChecked());
|
||||
|
||||
Reference in New Issue
Block a user