changed the condition for fetching device provision details from firebase
This commit is contained in:
@@ -324,7 +324,7 @@ class HomeFragment : Fragment() {
|
||||
hemoCubeViewModel.login(createLoginRequestData(userID, password))
|
||||
}
|
||||
}
|
||||
} else if (userID == "deviceIDAPI" && password == "devicePasswordAPI" && deviceId.isNotEmpty()) {
|
||||
} else if (userID == "" && password == "" && deviceId.isNotEmpty()) {
|
||||
fetchDeviceCredentials()
|
||||
} else {
|
||||
Toast.makeText(
|
||||
|
||||
Reference in New Issue
Block a user