mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 16:49:40 +01:00
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:
@@ -57,6 +57,11 @@ object HSVColorSlider {
|
||||
)
|
||||
}.toIntArray()
|
||||
|
||||
@ColorInt
|
||||
fun getLastColor(): Int {
|
||||
return colors.last()
|
||||
}
|
||||
|
||||
fun AppCompatSeekBar.getColor(): Int {
|
||||
return colors[progress]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user