kopia lustrzana https://github.com/ryukoposting/Signal-Android
Remove access modifier from ChatColors constructor.
rodzic
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?
|
||||
|
|
Ładowanie…
Reference in New Issue