Implement Stories feature behind flag.

Co-Authored-By: Greyson Parrelli <37311915+greyson-signal@users.noreply.github.com>
Co-Authored-By: Rashad Sookram <95182499+rashad-signal@users.noreply.github.com>
This commit is contained in:
Alex Hart
2022-02-24 13:40:28 -04:00
parent 765185952e
commit 174cd860a0
416 changed files with 19506 additions and 857 deletions

View File

@@ -57,6 +57,11 @@ object HSVColorSlider {
)
}.toIntArray()
@ColorInt
fun getLastColor(): Int {
return colors.last()
}
fun AppCompatSeekBar.getColor(): Int {
return colors[progress]
}