fix milk value to 50 to fit the displayed information
This commit is contained in:
parent
d2a7038be0
commit
d26f522252
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue