Remove access modifier from ChatColors constructor.

fork-5.53.8
Alex Hart 2022-04-05 12:18:50 -03:00 zatwierdzone przez Cody Henthorne
rodzic 9fb1dcf28f
commit adb24d480a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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?