Default circular icons

This commit is contained in:
M66B
2019-04-25 13:46:57 +02:00
parent f2112d3268
commit cabe3f7751
2 changed files with 2 additions and 2 deletions

View File

@@ -3080,7 +3080,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
PackageManager.COMPONENT_ENABLED_STATE_ENABLED);
this.avatars = (prefs.getBoolean("avatars", true) ||
prefs.getBoolean("identicons", false));
this.circular = prefs.getBoolean("circular", false);
this.circular = prefs.getBoolean("circular", true);
this.flags = prefs.getBoolean("flags", true);
this.preview = prefs.getBoolean("preview", false);
this.autohtml = prefs.getBoolean("autohtml", false);