Start slider progress at RED.

This commit is contained in:
Alex Hart
2022-04-29 10:54:48 -03:00
committed by Greyson Parrelli
parent 6650f41200
commit 2f1b05f882
2 changed files with 8 additions and 9 deletions

View File

@@ -105,7 +105,7 @@ object HSVColorSlider {
}
)
progress = 0
progress = BLACK_DIVISIONS + 1
(thumb as ThumbDrawable).setColor(colors[progress])
}