simplify puke event

This commit is contained in:
2025-09-29 04:55:28 +02:00
parent 730ef95220
commit 19abf20628
5 changed files with 1 additions and 55 deletions

View File

@@ -66,8 +66,6 @@ class NumericUtils (val context: Context) {
formatted.append(when (item.type) {
LunaEvent.TYPE_TEMPERATURE ->
(item.quantity / 10.0f).toString()
LunaEvent.TYPE_PUKE ->
context.resources.getStringArray(R.array.AmountLabels)[item.quantity]
else ->
item.quantity
})