1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-27 18:27:43 +00:00

Small fix

This commit is contained in:
M66B 2019-05-09 18:16:27 +02:00
parent 151d13c152
commit dcfaba97d9

View file

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