mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 18:27:43 +00:00
Small fix
This commit is contained in:
parent
151d13c152
commit
dcfaba97d9
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
|
||||||
};
|
};
|
||||||
|
|
||||||
private final static String[] RESET_QUESTIONS = new String[]{
|
private final static String[] RESET_QUESTIONS = new String[]{
|
||||||
"show_html_confirmed", "show_images_confirmed", "print_html_confirmed", "edit_ref_confirmed", "automove", "autosend"
|
"show_html_confirmed", "show_images_confirmed", "print_html_confirmed", "edit_ref_confirmed"
|
||||||
};
|
};
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue