Message format is changed
This commit is contained in:
@@ -125,7 +125,7 @@ class DiagnosticsFragment : Fragment() {
|
|||||||
} else {
|
} else {
|
||||||
Toast.makeText(
|
Toast.makeText(
|
||||||
activity,
|
activity,
|
||||||
"the result is not successful: ${response.data.message}",
|
"${response.data.message}",
|
||||||
Toast.LENGTH_LONG
|
Toast.LENGTH_LONG
|
||||||
).show()
|
).show()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user