Added long press CC/BCC to remember visibility state

This commit is contained in:
M66B
2019-11-25 07:58:28 +01:00
parent 2e15a0c72d
commit 43935183db
3 changed files with 16 additions and 4 deletions

View File

@@ -69,8 +69,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
private final static String[] RESET_QUESTIONS = new String[]{
"welcome", "crash_reports_asked",
"html_always_images", "print_html_confirmed",
"identities_asked",
"inline_image_hint", "compose_reference", "send_dialog"
"identities_asked", "cc_bcc", "inline_image_hint", "compose_reference", "send_dialog"
};
@Override