mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 16:49:40 +01:00
Start slider progress at RED.
This commit is contained in:
committed by
Greyson Parrelli
parent
6650f41200
commit
2f1b05f882
@@ -105,7 +105,7 @@ object HSVColorSlider {
|
||||
}
|
||||
)
|
||||
|
||||
progress = 0
|
||||
progress = BLACK_DIVISIONS + 1
|
||||
(thumb as ThumbDrawable).setColor(colors[progress])
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user