Allow closing unused inline images hint

This commit is contained in:
M66B
2019-11-22 14:34:26 +01:00
parent a8cf904f7f
commit bb3efe7608
3 changed files with 45 additions and 11 deletions

View File

@@ -69,7 +69,8 @@ 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", "compose_reference", "send_dialog"
"identities_asked",
"inline_image_hint", "compose_reference", "send_dialog"
};
@Override