fix for comparator copy-paste

This commit is contained in:
Sergey Zorchenko 2022-06-21 13:14:01 +03:00
parent 34a3b1146c
commit e0e55968b1

View file

@ -56,7 +56,7 @@ data class Bolus(
utcOffset == other.utcOffset &&
amount == other.amount &&
type == other.type &&
notes == notes &&
notes == other.notes &&
isBasalInsulin == other.isBasalInsulin
fun onlyNsIdAdded(previous: Bolus): Boolean =