- More work on character avatars.
This commit is contained in:
@@ -517,6 +517,7 @@ object Utils {
|
||||
|
||||
fun randomColor(): Int {
|
||||
val rnd = Random()
|
||||
return Color.argb(255, rnd.nextInt(256), rnd.nextInt(256), rnd.nextInt(256))
|
||||
return Color.argb(255, rnd.nextInt(256), rnd.nextInt(256),
|
||||
rnd.nextInt(256))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user