spelling mistake got corrected
This commit is contained in:
@@ -86,7 +86,7 @@ class UserListAdapter(
|
||||
if (batLevel < 40) {
|
||||
Toast.makeText(
|
||||
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
|
||||
).show()
|
||||
return@setOnClickListener
|
||||
|
||||
Reference in New Issue
Block a user