@ -35,6 +35,8 @@ class BottomSheetDoubleEditTextFragment : BottomSheetFragment() {
}
override fun getValue(): Any? {
if (values.isEmpty()) { return null }
if (values.all { it.isEmpty() }) { return null }
return values