Add support for backing up wallpapers.

This commit is contained in:
Greyson Parrelli
2024-09-20 12:24:57 -04:00
committed by GitHub
parent e14078d2ec
commit a7bdfb6d76
30 changed files with 907 additions and 410 deletions

View File

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