mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 10:20:25 +01:00
Add support for backing up wallpapers.
This commit is contained in:
@@ -33,6 +33,7 @@ class ChatColors(
|
||||
) : Parcelable {
|
||||
|
||||
fun isGradient(): Boolean = linearGradient != null
|
||||
fun isSolid(): Boolean = singleColor != null
|
||||
|
||||
/**
|
||||
* Returns the Drawable to render the linear gradient, or null if this ChatColors is a single color.
|
||||
|
||||
Reference in New Issue
Block a user