fix milk value to 50 to fit the displayed information

This commit is contained in:
Guillaume LEPOUTRE 2019-06-17 10:17:02 +02:00
parent d2a7038be0
commit d26f522252

View file

@ -208,7 +208,7 @@ class MainActivity : AppCompatActivity() {
if (snackbar != null) {
snackbar?.dismiss()
}
selectedOption = 100
selectedOption = 50
selectedOptionName = "Milk"
opAqua.background = getDrawable(outValue.resourceId)
opCoffee.background = getDrawable(outValue.resourceId)