mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 02:08:40 +00:00
Remove access modifier from ChatColors constructor.
This commit is contained in:
committed by
Cody Henthorne
parent
9fb1dcf28f
commit
adb24d480a
@@ -29,7 +29,7 @@ import kotlin.math.min
|
||||
* @param singleColor The single color to render. Null if this is for a linear gradient.
|
||||
*/
|
||||
@Parcelize
|
||||
class ChatColors private constructor(
|
||||
class ChatColors(
|
||||
val id: Id,
|
||||
private val linearGradient: LinearGradient?,
|
||||
private val singleColor: Int?
|
||||
|
||||
Reference in New Issue
Block a user