spelling mistake got corrected
This commit is contained in:
@@ -86,7 +86,7 @@ class UserListAdapter(
|
|||||||
if (batLevel < 40) {
|
if (batLevel < 40) {
|
||||||
Toast.makeText(
|
Toast.makeText(
|
||||||
view.context,
|
view.context,
|
||||||
"Battery level is low then 40%, please charge the device to continue testing",
|
"Battery level is low than 40%, please charge the device to continue testing",
|
||||||
Toast.LENGTH_SHORT
|
Toast.LENGTH_SHORT
|
||||||
).show()
|
).show()
|
||||||
return@setOnClickListener
|
return@setOnClickListener
|
||||||
|
|||||||
Reference in New Issue
Block a user