mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-01 20:02:15 +00:00
Do not auto-assign Steel as a color for contacts/groups.
Should be reserved for non-contacts, but selectable in the color picker. Fixes #8247
This commit is contained in:
parent
07d7af6e75
commit
1d7f7b6c38
@ -24,8 +24,7 @@ public class ContactColors {
|
|||||||
MaterialColor.WINTERGREEN,
|
MaterialColor.WINTERGREEN,
|
||||||
MaterialColor.TEAL,
|
MaterialColor.TEAL,
|
||||||
MaterialColor.BURLAP,
|
MaterialColor.BURLAP,
|
||||||
MaterialColor.TAUPE,
|
MaterialColor.TAUPE
|
||||||
MaterialColor.STEEL
|
|
||||||
));
|
));
|
||||||
|
|
||||||
public static MaterialColor generateFor(@NonNull String name) {
|
public static MaterialColor generateFor(@NonNull String name) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user