Default disabled recipients

This commit is contained in:
M66B
2020-05-06 15:31:12 +02:00
parent 9fa1bb8769
commit fa9a59e005
3 changed files with 2 additions and 3 deletions

View File

@@ -4700,7 +4700,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
this.name_email = prefs.getBoolean("name_email", false);
this.prefer_contact = prefs.getBoolean("prefer_contact", false);
this.distinguish_contacts = prefs.getBoolean("distinguish_contacts", false);
this.show_recipients = prefs.getBoolean("show_recipients", true);
this.show_recipients = prefs.getBoolean("show_recipients", false);
this.subject_top = prefs.getBoolean("subject_top", false);