Disable identicons by default

This commit is contained in:
M66B
2018-11-04 07:14:14 +00:00
parent a660bc49fa
commit ca87fab177
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ public class FragmentOptions extends FragmentEx {
}
});
swIdenticons.setChecked(prefs.getBoolean("identicons", true));
swIdenticons.setChecked(prefs.getBoolean("identicons", false));
swIdenticons.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override
public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {