Device Diagnostics Api structure done successfully Added,

This commit is contained in:
Mariya
2024-02-14 17:00:18 +05:30
parent ab1208d9ee
commit b5f605157e

View File

@@ -125,7 +125,7 @@ class DiagnosticsFragment : Fragment() {
} else {
Toast.makeText(
activity,
"Received success response but the result is not successful: ${response.data.message}",
"the result is not successful: ${response.data.message}",
Toast.LENGTH_LONG
).show()
}