Message format is changed

This commit is contained in:
Mariya
2024-02-14 17:01:30 +05:30
parent b5f605157e
commit fe3f17b71d

View File

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