Update to latest Backup.proto.

This commit is contained in:
Greyson Parrelli
2024-07-29 10:26:19 -04:00
committed by mtang-signal
parent c2bdac80dc
commit fb2a332513
17 changed files with 211 additions and 227 deletions

View File

@@ -28,8 +28,8 @@ import kotlin.math.min
@Parcelize
class ChatColors(
val id: Id,
private val linearGradient: LinearGradient?,
private val singleColor: Int?
val linearGradient: LinearGradient?,
val singleColor: Int?
) : Parcelable {
fun isGradient(): Boolean = linearGradient != null