constants value added molbio integration
This commit is contained in:
@@ -320,7 +320,9 @@ class HomeFragment : Fragment() {
|
||||
}
|
||||
|
||||
}*/
|
||||
hemoCubeViewModel.sendDataToMolbio()
|
||||
if(Constants.MOLBIO_INTEGRATION){
|
||||
hemoCubeViewModel.sendDataToMolbio()
|
||||
}
|
||||
hemoCubeViewModel.sendDataToFirebase()
|
||||
|
||||
} else {
|
||||
|
||||
@@ -91,9 +91,11 @@ class DiagnosticsFragment : Fragment() {
|
||||
batteryTemperature = batteryTemperature,
|
||||
batteryVoltage = batteryVoltage!!
|
||||
)
|
||||
diagnosticsViewModel.deviceDiagnostics(
|
||||
DeviceDiagnosticsRequest(additionalDetails = additionalDetails)
|
||||
)
|
||||
if(Constants.MOLBIO_INTEGRATION){
|
||||
diagnosticsViewModel.deviceDiagnostics(
|
||||
DeviceDiagnosticsRequest(additionalDetails = additionalDetails)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user