fix for comparator copy-paste
This commit is contained in:
parent
34a3b1146c
commit
e0e55968b1
|
@ -56,7 +56,7 @@ data class Bolus(
|
||||||
utcOffset == other.utcOffset &&
|
utcOffset == other.utcOffset &&
|
||||||
amount == other.amount &&
|
amount == other.amount &&
|
||||||
type == other.type &&
|
type == other.type &&
|
||||||
notes == notes &&
|
notes == other.notes &&
|
||||||
isBasalInsulin == other.isBasalInsulin
|
isBasalInsulin == other.isBasalInsulin
|
||||||
|
|
||||||
fun onlyNsIdAdded(previous: Bolus): Boolean =
|
fun onlyNsIdAdded(previous: Bolus): Boolean =
|
||||||
|
|
Loading…
Reference in a new issue