mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Optional favicon white background
This commit is contained in:
@@ -254,8 +254,6 @@ public class FragmentDialogTheme extends FragmentDialogBase {
|
||||
public void onClick(DialogInterface dialog, int which) {
|
||||
getActivity().getIntent().putExtra("tab", "display");
|
||||
|
||||
ContactInfo.clearCache(context);
|
||||
|
||||
int optionId = rgThemeOptions.getCheckedRadioButtonId();
|
||||
boolean reverse = (swReverse.isEnabled() && swReverse.isChecked());
|
||||
boolean dark = (rgThemeOptions.isEnabled() && optionId == R.id.rbThemeDark);
|
||||
|
||||
Reference in New Issue
Block a user