mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Update to latest Backup.proto.
This commit is contained in:
committed by
mtang-signal
parent
c2bdac80dc
commit
fb2a332513
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user