Add send via dialog

This commit is contained in:
M66B
2019-09-26 20:14:58 +02:00
parent 81f9547402
commit 96e55d79ec
5 changed files with 197 additions and 21 deletions

View File

@@ -70,7 +70,9 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
};
private final static String[] RESET_QUESTIONS = new String[]{
"welcome", "show_html_confirmed", "print_html_confirmed", "delete_ref_confirmed", "edit_ref_confirmed", "crash_reports_asked"
"welcome", "crash_reports_asked",
"show_html_confirmed", "print_html_confirmed",
"identities_asked", "edit_ref_confirmed", "delete_ref_confirmed"
};
@Override