name of person, added in result screen

This commit is contained in:
Mariya
2023-09-29 12:50:36 +05:30
parent a61aab377e
commit c01676cc4f
2 changed files with 17 additions and 1 deletions

View File

@@ -425,6 +425,11 @@ class HemoCubeFragment : Fragment() {
// }
// }
DataHolder.hemoCubeTestData?.apply {
activity?.runOnUiThread {
binding.tvName.visibility = View.VISIBLE
}
binding.tvName.text = this.name
deviceId = deviceSerialNo
led1Buffer = led1BufferForDevice
led2Buffer = led2BufferForDevice