forked from penguin86/luna-tracker
MainActivity: show edit dialog for food and medicine quantity
This commit is contained in:
@@ -881,6 +881,8 @@ class MainActivity : AppCompatActivity() {
|
||||
LunaEvent.Type.DIAPERCHANGE_PEE,
|
||||
LunaEvent.Type.PUKE -> askAmountValue(event, false, updateValues)
|
||||
LunaEvent.Type.TEMPERATURE -> askTemperatureValue(event, false, updateValues)
|
||||
LunaEvent.Type.FOOD,
|
||||
LunaEvent.Type.MEDICINE,
|
||||
LunaEvent.Type.NOTE -> askNotes(event, false, updateValues)
|
||||
LunaEvent.Type.SLEEP -> askDurationEvent(event, false, updateValues)
|
||||
else -> {
|
||||
|
||||
Reference in New Issue
Block a user