nwh
08/22/2018, 5:08 PMMutableLiveDataLinearLayoutvar data: List<Conditions?>? = null
		set(value) {
			field = value?
			postInvalidate() // cause redraw
		}