I use the following code and sometimes it updates properly, but most of the time it doesn't work
kotlin lib version is 200.2.0
selectFeature?.attributes?.putAll(FWYT_0(
E_TYPE = eType,
E_DZ = dz.value,
E_XZ = xz.value,
E_NZ = nz.value,
E_BZ = bz.value,
E_FJSM = fjsm
).toMap())
MainScope().launch {
selectFeature!!.featureTable?.updateFeature(selectFeature!!)?.onSuccess {
loadingPopup.dismiss()
ActivityUtils.finishActivity(AttrActivity::class.java)
}
}