Create round icons in background

This commit is contained in:
M66B
2019-04-25 21:20:20 +02:00
parent 88a0452803
commit c795dda8b8
3 changed files with 43 additions and 14 deletions

View File

@@ -345,6 +345,7 @@ public class FragmentOptions extends FragmentBase implements SharedPreferences.O
@Override
public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
prefs.edit().putBoolean("circular", checked).apply();
ContactInfo.clearCache();
}
});